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