We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357fd7b commit 99b974fCopy full SHA for 99b974f
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "revolt.py"
3
-version = "0.1.7"
+version = "0.1.8"
4
description = "Python wrapper for the revolt.chat API"
5
authors = ["Zomatee <[email protected]>"]
6
license = "MIT"
revolt/__init__.py
@@ -17,4 +17,4 @@
17
from .server import *
18
from .user import *
19
20
-__version__ = (0, 1, 7)
+__version__ = (0, 1, 8)
0 commit comments