bump version to 0.1.5

This commit is contained in:
Zomatree
2022-01-27 23:41:56 +00:00
parent bff242c3f6
commit 7cf3fa3e01
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ from .role import Role
from .server import Server, SystemMessages
from .user import Relation, Status, User
__version__ = (0, 1, 4)
__version__ = (0, 1, 5)
+1 -1
View File
@@ -10,7 +10,7 @@ requirements = (here / "requirements.txt").read_text(encoding="utf-8").splitline
setup(
name="revolt.py",
version="0.1.4",
version="0.1.5",
description="Python wrapper for the revolt.chat API",
long_description=long_description,
long_description_content_type="text/markdown",