Skip to content

Commit 6da8e07

Browse files
committed
Bump version to 0.1.2
1 parent 33dae1e commit 6da8e07

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
@@ -1,5 +1,5 @@
11
from .appservice import AppService
22
from .errors import MatrixError, MatrixRequestError, IntentError
33

4-
__version__ = "0.1.1"
4+
__version__ = "0.1.2"
55
__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.1.1",
5+
version="0.1.2",
66
url="https://github.com/tulir/mautrix-appservice-python",
77

88
author="Tulir Asokan",

0 commit comments

Comments
 (0)