Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Dec 27, 2019
1 parent 815f960 commit a9abf9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mautrix_telegram/__init__.py
@@ -1,2 +1,2 @@
__version__ = "0.7.0rc4"
__version__ = "0.7.0"
__author__ = "Tulir Asokan <tulir@maunium.net>"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@

install_requires=[
"aiohttp>=3.0.1,<4",
"mautrix>=0.4.0rc5,<0.5",
"mautrix>=0.4.0,<0.5",
"SQLAlchemy>=1.2.3,<2",
"alembic>=1.0.0,<2",
"commonmark>=0.8.1,<0.10",
Expand Down

0 comments on commit a9abf9a

Please sign in to comment.