Skip to content

Commit 9dfcf69

Browse files
committed
bump version to v0.1.6
1 parent b1a91ce commit 9dfcf69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

revolt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
from .server import Server, SystemMessages
1919
from .user import Relation, Status, User
2020

21-
__version__ = (0, 1, 5)
21+
__version__ = (0, 1, 6)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="revolt.py",
13-
version="0.1.5",
13+
version="0.1.6",
1414
description="Python wrapper for the revolt.chat API",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)