Skip to content

Commit

Permalink
Bump dev build number
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Dec 28, 2019
1 parent 393ee35 commit 169aece
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maubot/__meta__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0.dev28"
__version__ = "0.1.0.dev29"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
packages=setuptools.find_packages(),

install_requires=[
"mautrix>=0.4.dev79,<0.5",
"mautrix>=0.4,<0.5",
"aiohttp>=3.0.1,<4",
"SQLAlchemy>=1.2.3,<2",
"alembic>=1.0.0,<2",
Expand All @@ -47,6 +47,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 169aece

Please sign in to comment.