Core: increment version (#3144)

This commit is contained in:
Fabian Dill 2024-04-16 02:53:12 +02:00 committed by GitHub
parent 6dbeb6c658
commit feb62b4af2
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.5"
__version__ = "0.4.6"
version_tuple = tuplize_version(__version__)
is_linux = sys.platform.startswith("linux")