🔖 Bump version to dev

This commit is contained in:
Renato Alves
2024-04-07 21:53:31 +02:00
parent ed79d316f4
commit 0d3409d103

View File

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