Skip to content

Commit

Permalink
Update dependencies and bump version to 0.3.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Aug 6, 2018
1 parent 0d22f7a commit d519343
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3.0rc1"
__version__ = "0.3.0rc2"
__author__ = "Tulir Asokan <[email protected]>"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@

install_requires=[
"aiohttp>=3.0.1,<4",
"mautrix-appservice>=0.3.1,<0.4.0",
"mautrix-appservice>=0.3.6,<0.4.0",
"SQLAlchemy>=1.2.3,<2",
"alembic>=1.0.0,<2",
"Markdown>=2.6.11,<3",
"ruamel.yaml>=0.15.35,<0.16",
"future-fstrings>=0.4.2",
"python-magic>=0.4.15,<0.5",
"telethon>=1.0,<1.1",
"telethon>=1.0,<1.2",
"telethon-session-sqlalchemy>=0.2.3,<0.3",
],
extras_require=extras,
Expand Down

0 comments on commit d519343

Please sign in to comment.