increment version

This commit is contained in:
Fabian Dill
2021-07-01 21:18:08 +02:00
parent 60972e026b
commit eee6fc0f10

View File

@@ -12,7 +12,7 @@ class Version(typing.NamedTuple):
minor: int
build: int
__version__ = "0.1.3"
__version__ = "0.1.4"
version_tuple = tuplize_version(__version__)
import builtins