Skip to content

Commit

Permalink
Utils: Increment Archipelago Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhar committed Nov 22, 2023
1 parent 79406fa commit 4068de5
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 4068de5

Please sign in to comment.