Skip to content

Commit

Permalink
Core: update version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Berserker66 committed Mar 31, 2023
1 parent 30cfd31 commit 8971340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Version(typing.NamedTuple):
build: int


__version__ = "0.3.9"
__version__ = "0.4.0"
version_tuple = tuplize_version(__version__)

is_linux = sys.platform.startswith("linux")
Expand Down

0 comments on commit 8971340

Please sign in to comment.