diff --git a/python_template/__init__.py b/python_template/__init__.py index 9006c41..9942bd6 100644 --- a/python_template/__init__.py +++ b/python_template/__init__.py @@ -7,4 +7,4 @@ """ from __future__ import annotations -__version__: str = "0.0.0" +__version__: str = "0.1.0"