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 3e2f7c0 commit 97f149fCopy full SHA for 97f149f
cutekit/const.py
@@ -14,7 +14,7 @@ def __bool__(self):
14
raise Exception("Uninitialized constant")
15
16
17
-VERSION = (0, 7, 11)
+VERSION = (0, 7, 12)
18
VERSION_STR = f"{VERSION[0]}.{VERSION[1]}.{VERSION[2]}{'-' + str(VERSION[-1]) if len(VERSION) > 3 else ''}"
19
MODULE_DIR = os.path.dirname(os.path.realpath(__file__))
20
0 commit comments