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 a00467c commit fd307c7Copy full SHA for fd307c7
maix/version.py
@@ -2,7 +2,7 @@
2
# Versions should comply with PEP440: https://peps.python.org/pep-0440/
3
4
version_major = 4
5
-version_minor = 11
6
-version_patch = 9
+version_minor = 12
+version_patch = 0
7
8
__version__ = "{}.{}.{}".format(version_major, version_minor, version_patch)
0 commit comments