Bump dev build number

This commit is contained in:
Tulir Asokan 2019-12-28 16:04:38 +02:00
parent 393ee354f6
commit 169aece027
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = "0.1.0.dev28" __version__ = "0.1.0.dev29"

View File

@ -22,7 +22,7 @@ setuptools.setup(
packages=setuptools.find_packages(), packages=setuptools.find_packages(),
install_requires=[ install_requires=[
"mautrix>=0.4.dev79,<0.5", "mautrix>=0.4,<0.5",
"aiohttp>=3.0.1,<4", "aiohttp>=3.0.1,<4",
"SQLAlchemy>=1.2.3,<2", "SQLAlchemy>=1.2.3,<2",
"alembic>=1.0.0,<2", "alembic>=1.0.0,<2",
@ -47,6 +47,7 @@ setuptools.setup(
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
], ],
entry_points=""" entry_points="""
[console_scripts] [console_scripts]