MNT Bump version to dev

This commit is contained in:
Renato Alves
2021-04-16 00:30:17 +02:00
parent 45b7218c10
commit 62b47b2520

View File

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