mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Bump dev build number
This commit is contained in:
parent
393ee354f6
commit
169aece027
@ -1 +1 @@
|
||||
__version__ = "0.1.0.dev28"
|
||||
__version__ = "0.1.0.dev29"
|
||||
|
3
setup.py
3
setup.py
@ -22,7 +22,7 @@ setuptools.setup(
|
||||
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",
|
||||
@ -47,6 +47,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]
|
||||
|
Loading…
Reference in New Issue
Block a user