We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35687f9 commit 4d9293bCopy full SHA for 4d9293b
mautrix_appservice/__init__.py
@@ -3,5 +3,5 @@
3
from .state_store import StateStore
4
from .intent_api import IntentAPI
5
6
-__version__ = "0.3.5"
+__version__ = "0.3.6"
7
__author__ = "Tulir Asokan <[email protected]>"
setup.py
@@ -2,7 +2,7 @@
2
setuptools.setup(
name="mautrix-appservice",
- version="0.3.5",
+ version="0.3.6",
url="https://github.com/tulir/mautrix-appservice-python",
8
author="Tulir Asokan",
0 commit comments