Skip to content

Commit

Permalink
Core: Increment Archipelago Version (#2483)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhar authored Nov 22, 2023
1 parent 4a9d075 commit cfd2e9c
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 @@ -47,7 +47,7 @@ def as_simple_string(self) -> str:
return ".".join(str(item) for item in self)


__version__ = "0.4.3"
__version__ = "0.4.4"
version_tuple = tuplize_version(__version__)

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

0 comments on commit cfd2e9c

Please sign in to comment.