bump version to v0.1.6

This commit is contained in:
Zomatree
2022-01-28 19:15:11 +00:00
parent b1a91cecb1
commit 9dfcf69e52
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, 5)
__version__ = (0, 1, 6)
+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.5",
version="0.1.6",
description="Python wrapper for the revolt.chat API",
long_description=long_description,
long_description_content_type="text/markdown",