We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b571c commit ec6c8caCopy full SHA for ec6c8ca
1 file changed
cutekit/const.py
@@ -14,7 +14,7 @@ def __bool__(self):
14
raise Exception("Uninitialized constant")
15
16
17
-VERSION = (0, 11, 2)
+VERSION = (0, 11, 3)
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