diff --git a/pyproject.toml b/pyproject.toml index 1da63b3..e8ec302 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "revolt.py" -version = "0.1.7" +version = "0.1.8" description = "Python wrapper for the revolt.chat API" authors = ["Zomatee "] license = "MIT" diff --git a/revolt/__init__.py b/revolt/__init__.py index b7cb78b..f095f06 100755 --- a/revolt/__init__.py +++ b/revolt/__init__.py @@ -17,4 +17,4 @@ from .server import * from .user import * -__version__ = (0, 1, 7) +__version__ = (0, 1, 8)