Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Supercip971 committed Jul 4, 2023
1 parent e98b146 commit 3ba4929
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
@@ -1,7 +1,7 @@
import os
import sys

VERSION = (0, 5, 0, "dev")
VERSION = (0, 5, 0, "stable")
VERSION_STR = f"{VERSION[0]}.{VERSION[1]}.{VERSION[2]}{'-' + VERSION[3] if VERSION[3] else ''}"
MODULE_DIR = os.path.dirname(os.path.realpath(__file__))
ARGV0 = os.path.basename(sys.argv[0])
Expand Down

0 comments on commit 3ba4929

Please sign in to comment.