Version: 0.1.6 start

This commit is contained in:
Fabian Dill 2021-07-27 14:57:44 +02:00
parent a9ecab35d8
commit f232f74246
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class Version(typing.NamedTuple):
build: int
__version__ = "0.1.5"
__version__ = "0.1.6"
version_tuple = tuplize_version(__version__)
import builtins