Core: Increment Archipelago Version ()

This commit is contained in:
Zach Parks 2023-11-22 10:04:10 -06:00 committed by GitHub
parent 4a9d075b77
commit cfd2e9c47f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class Version(typing.NamedTuple):
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")