mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Bump version to 0.1.2
This commit is contained in:
parent
6487a7a8a5
commit
3a5f2ede91
@ -1 +1 @@
|
||||
__version__ = "0.1.1"
|
||||
__version__ = "0.1.2"
|
||||
|
6
setup.py
6
setup.py
@ -62,8 +62,10 @@ setuptools.setup(
|
||||
("alembic/versions", glob.glob("alembic/versions/*.py")),
|
||||
],
|
||||
package_data={
|
||||
"maubot": ["management/frontend/build/*", "management/frontend/build/static/css/*",
|
||||
"management/frontend/build/static/js/*"],
|
||||
"maubot": ["management/frontend/build/*",
|
||||
"management/frontend/build/static/css/*",
|
||||
"management/frontend/build/static/js/*",
|
||||
"management/frontend/build/static/media/*"],
|
||||
"maubot.cli": ["res/*"],
|
||||
},
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user