diff --git a/revolt/__init__.py b/revolt/__init__.py index 0af7184..de00128 100755 --- a/revolt/__init__.py +++ b/revolt/__init__.py @@ -18,4 +18,4 @@ from .server import Server, SystemMessages from .user import Relation, Status, User -__version__ = (0, 1, 5) +__version__ = (0, 1, 6) diff --git a/setup.py b/setup.py index 83f7ba9..cb1ba65 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ 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",