We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd63e7 commit e3ed750Copy full SHA for e3ed750
setup.py
@@ -19,7 +19,7 @@
19
20
from setuptools import find_packages, setup
21
22
-VERSION = (8, 11, 0)
+VERSION = (8, 12, 0)
23
__version__ = VERSION
24
__versionstr__ = ".".join(map(str, VERSION))
25
0 commit comments