Release 9.0

This commit is contained in:
medmunds
2022-12-18 16:27:36 -08:00
parent 416d7d433c
commit 52c7c11312
2 changed files with 6 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
VERSION = (8, 6)
VERSION = (9, 0)
__version__ = '.'.join([str(x) for x in VERSION]) # major.minor.patch or major.minor.devN
__minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"