Core: increment version (#2958)

This commit is contained in:
Fabian Dill 2024-03-15 13:58:08 +01:00 committed by GitHub
parent 2e8a84121e
commit e1038b4431
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class Version(typing.NamedTuple):
return ".".join(str(item) for item in self)
__version__ = "0.4.4"
__version__ = "0.4.5"
version_tuple = tuplize_version(__version__)
is_linux = sys.platform.startswith("linux")