Skip to content

Commit

Permalink
bump version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomatree committed Jan 27, 2022
1 parent bff242c commit 7cf3fa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion revolt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
from .server import Server, SystemMessages
from .user import Relation, Status, User

__version__ = (0, 1, 4)
__version__ = (0, 1, 5)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="revolt.py",
version="0.1.4",
version="0.1.5",
description="Python wrapper for the revolt.chat API",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 7cf3fa3

Please sign in to comment.