Core: update version number (#3944)

This commit is contained in:
Fabian Dill 2024-09-16 06:48:13 +02:00 committed by GitHub
parent ed948e3e5b
commit 5530d181da
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.5.0"
__version__ = "0.5.1"
version_tuple = tuplize_version(__version__)
is_linux = sys.platform.startswith("linux")