Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomatree committed Jun 23, 2022
1 parent 357fd7b commit 99b974f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion revolt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
from .server import *
from .user import *

__version__ = (0, 1, 7)
__version__ = (0, 1, 8)

0 comments on commit 99b974f

Please sign in to comment.