Skip to content

Commit

Permalink
Bump version to 0.7.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Nov 30, 2019
1 parent 539c233 commit 792ed00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mautrix_telegram/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.7.0+dev"
__version__ = "0.7.0rc1"
__author__ = "Tulir Asokan <[email protected]>"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

install_requires=[
"aiohttp>=3.0.1,<4",
"mautrix>=0.4.0.dev80,<0.5",
"mautrix>=0.4.0rc1,<0.5",
"SQLAlchemy>=1.2.3,<2",
"alembic>=1.0.0,<2",
"commonmark>=0.8.1,<0.10",
Expand All @@ -56,6 +56,7 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
entry_points="""
[console_scripts]
Expand Down

0 comments on commit 792ed00

Please sign in to comment.