Skip to content

Commit 97f149f

Browse files
committed
Release 0.7.12
1 parent 3e2f7c0 commit 97f149f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cutekit/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def __bool__(self):
1414
raise Exception("Uninitialized constant")
1515

1616

17-
VERSION = (0, 7, 11)
17+
VERSION = (0, 7, 12)
1818
VERSION_STR = f"{VERSION[0]}.{VERSION[1]}.{VERSION[2]}{'-' + str(VERSION[-1]) if len(VERSION) > 3 else ''}"
1919
MODULE_DIR = os.path.dirname(os.path.realpath(__file__))
2020

0 commit comments

Comments
 (0)