Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Mar 29, 2018
1 parent 33dae1e commit 6da8e07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mautrix_appservice/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .appservice import AppService
from .errors import MatrixError, MatrixRequestError, IntentError

__version__ = "0.1.1"
__version__ = "0.1.2"
__author__ = "Tulir Asokan <tulir@maunium.net>"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="mautrix-appservice",
version="0.1.1",
version="0.1.2",
url="https://github.com/tulir/mautrix-appservice-python",

author="Tulir Asokan",
Expand Down

0 comments on commit 6da8e07

Please sign in to comment.