Skip to content

Commit 08685ff

Browse files
committed
Bump version to 0.3.1
1 parent 3adc002 commit 08685ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mautrix_appservice/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from .state_store import StateStore
44
from .intent_api import IntentAPI
55

6-
__version__ = "0.3.0"
6+
__version__ = "0.3.1"
77
__author__ = "Tulir Asokan <[email protected]>"

setup.py

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

33
setuptools.setup(
44
name="mautrix-appservice",
5-
version="0.3.0",
5+
version="0.3.1",
66
url="https://github.com/tulir/mautrix-appservice-python",
77

88
author="Tulir Asokan",

0 commit comments

Comments
 (0)