bump version

This commit is contained in:
Zomatree
2022-08-08 19:31:00 +01:00
parent 1ab91658c2
commit a065cd40c7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 <me@zomatree.live>"]
license = "MIT"
+1 -1
View File
@@ -17,4 +17,4 @@ from .role import *
from .server import *
from .user import *
__version__ = (0, 1, 8)
__version__ = (0, 1, 9)