Skip to content

Commit ec6c8ca

Browse files
committed
Release 0.11.3
1 parent 11b571c commit ec6c8ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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, 11, 2)
17+
VERSION = (0, 11, 3)
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)