mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Bump version to 0.1.1
This commit is contained in:
parent
e5ec9b179e
commit
2f7c20dffd
@ -13,6 +13,8 @@ crypto_database:
|
||||
#
|
||||
# When using pickle, individual crypto databases are stored in the pickle_dir directory.
|
||||
# When using non-default postgres, postgres_uri is used to connect to postgres.
|
||||
#
|
||||
# WARNING: The pickle database is dangerous and should not be used in production.
|
||||
type: default
|
||||
postgres_uri: postgres://username:password@hostname/dbname
|
||||
pickle_dir: ./crypto
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "0.1.0"
|
||||
__version__ = "0.1.1"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "maubot-manager",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"private": true,
|
||||
"author": "Tulir Asokan",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
|
2
setup.py
2
setup.py
@ -42,7 +42,7 @@ setuptools.setup(
|
||||
python_requires="~=3.7",
|
||||
|
||||
classifiers=[
|
||||
"Development Status :: 3 - Beta",
|
||||
"Development Status :: 4 - Beta",
|
||||
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
||||
"Topic :: Communications :: Chat",
|
||||
"Framework :: AsyncIO",
|
||||
|
Loading…
Reference in New Issue
Block a user