From 745a2f46adc70205b79c53506627eeaca1af01fa Mon Sep 17 00:00:00 2001 From: Mark Beacom <7315957+mbeacom@users.noreply.github.com> Date: Sat, 8 Jul 2023 23:45:22 -0400 Subject: [PATCH] Increment semantic version (#8) --- python_template/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"