🔖 Bump to dev version

This commit is contained in:
Renato Alves
2023-07-26 22:47:45 +02:00
parent 0931c0484d
commit a3b981efa8

View File

@@ -74,7 +74,7 @@ def get_version() -> str:
return p.stdout.strip()
__version_info__ = (1, 1, 0)
__version_info__ = (1, 1, 0, "+git")
__version__: str = get_version()