Release 10.1

This commit is contained in:
Mike Edmunds
2023-07-31 10:45:38 -07:00
parent 05afde0651
commit de44b938e9
2 changed files with 12 additions and 15 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__ = "10.0"
__version__ = "10.1"
VERSION = __version__.split(",")