Release 11.1

This commit is contained in:
Mike Edmunds
2024-08-07 12:37:35 -07:00
parent 53dcc1e1b8
commit 6cb1a8b4e9
2 changed files with 13 additions and 3 deletions

View File

@@ -2,6 +2,6 @@
# Instead, load version info from the package root.
#: major.minor or major.minor.patch (optionally with .devN suffix)
__version__ = "11.0.1"
__version__ = "11.1"
VERSION = __version__.split(",")