Release 11.0.1

This commit is contained in:
Mike Edmunds
2024-07-11 13:02:30 -07:00
parent 24031710ec
commit 136ba59ceb

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"
__version__ = "11.0.1"
VERSION = __version__.split(",")