Bump version to 0.4.0

This commit is contained in:
Tulir Asokan 2023-01-29 17:13:52 +02:00
parent f87e4ca7b9
commit bf3a3b65d8
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# v0.4.0 (unreleased)
# v0.4.0 (2023-01-29)
* Dropped support for using a custom maubot API base path.
* The public URL can still have a path prefix, e.g. when using a reverse

View File

@ -1 +1 @@
__version__ = "0.3.1"
__version__ = "0.4.0"

View File

@ -53,6 +53,7 @@ setuptools.setup(
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
entry_points="""
[console_scripts]