Update mautrix-python version

This commit is contained in:
Tulir Asokan 2019-07-09 19:31:56 +03:00
parent 59fb3a6782
commit d32a88f3b4
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = "0.1.0.dev19"
__version__ = "0.1.0.dev20"

View File

@ -21,7 +21,7 @@ setuptools.setup(
packages=setuptools.find_packages(),
install_requires=[
"mautrix>=0.4.dev45,<0.5",
"mautrix>=0.4.dev46,<0.5",
"aiohttp>=3.0.1,<4",
"SQLAlchemy>=1.2.3,<2",
"alembic>=1.0.0,<2",