Release 10.0

This commit is contained in:
Mike Edmunds
2023-05-07 12:09:28 -07:00
parent a3ad0254cf
commit 099ef314e4
2 changed files with 14 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
# Don't import this file directly (unless you are a build system).
# Instead, load version info from the package root.
#: major.minor.patch or major.minor.devN
__version__ = "10.0.dev0"
#: major.minor or major.minor.patch (optionally with .devN suffix)
__version__ = "10.0"
VERSION = __version__.split(",")