mirror of
https://github.com/stoatchat/python-client-sdk.git
synced 2026-07-21 10:05:22 -04:00
bump version to v0.1.6
This commit is contained in:
+1
-1
@@ -18,4 +18,4 @@ from .role import Role
|
||||
from .server import Server, SystemMessages
|
||||
from .user import Relation, Status, User
|
||||
|
||||
__version__ = (0, 1, 5)
|
||||
__version__ = (0, 1, 6)
|
||||
|
||||
@@ -10,7 +10,7 @@ requirements = (here / "requirements.txt").read_text(encoding="utf-8").splitline
|
||||
|
||||
setup(
|
||||
name="revolt.py",
|
||||
version="0.1.5",
|
||||
version="0.1.6",
|
||||
description="Python wrapper for the revolt.chat API",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
|
||||
Reference in New Issue
Block a user