Bump version to 0.1.1

This commit is contained in:
Tulir Asokan 2021-05-02 19:07:48 +03:00
parent e5ec9b179e
commit 2f7c20dffd
4 changed files with 5 additions and 3 deletions

View File

@ -13,6 +13,8 @@ crypto_database:
# #
# When using pickle, individual crypto databases are stored in the pickle_dir directory. # 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. # 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 type: default
postgres_uri: postgres://username:password@hostname/dbname postgres_uri: postgres://username:password@hostname/dbname
pickle_dir: ./crypto pickle_dir: ./crypto

View File

@ -1 +1 @@
__version__ = "0.1.0" __version__ = "0.1.1"

View File

@ -1,6 +1,6 @@
{ {
"name": "maubot-manager", "name": "maubot-manager",
"version": "0.1.0", "version": "0.1.1",
"private": true, "private": true,
"author": "Tulir Asokan", "author": "Tulir Asokan",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",

View File

@ -42,7 +42,7 @@ setuptools.setup(
python_requires="~=3.7", python_requires="~=3.7",
classifiers=[ classifiers=[
"Development Status :: 3 - Beta", "Development Status :: 4 - Beta",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Topic :: Communications :: Chat", "Topic :: Communications :: Chat",
"Framework :: AsyncIO", "Framework :: AsyncIO",