Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Jun 2, 2024
1 parent 51aa708 commit 1ead690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cutekit/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __bool__(self):
raise Exception("Uninitialized constant")


VERSION = (0, 7, 0, "dev")
VERSION = (0, 7, 0)
VERSION_STR = f"{VERSION[0]}.{VERSION[1]}.{VERSION[2]}{'-' + VERSION[3] if len(VERSION) >= 4 else ''}"
MODULE_DIR = os.path.dirname(os.path.realpath(__file__))

Expand Down

0 comments on commit 1ead690

Please sign in to comment.