Skip to content

Commit 99b974f

Browse files
committed
bump version
1 parent 357fd7b commit 99b974f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "revolt.py"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
description = "Python wrapper for the revolt.chat API"
55
authors = ["Zomatee <[email protected]>"]
66
license = "MIT"

revolt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
from .server import *
1818
from .user import *
1919

20-
__version__ = (0, 1, 7)
20+
__version__ = (0, 1, 8)

0 commit comments

Comments
 (0)