Bump version to 0.7.0rc1

This commit is contained in:
Tulir Asokan
2019-11-30 16:26:19 +02:00
parent 539c2338fc
commit 792ed007b5
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
__version__ = "0.7.0+dev"
__version__ = "0.7.0rc1"
__author__ = "Tulir Asokan <tulir@maunium.net>"
+2 -1
View File
@@ -32,7 +32,7 @@ setuptools.setup(
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",
@@ -56,6 +56,7 @@ setuptools.setup(
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
entry_points="""
[console_scripts]