From ca9a7b1001a1dd0d851c5ccdb0434b99ce42338a Mon Sep 17 00:00:00 2001 From: Mark Beacom <7315957+mbeacom@users.noreply.github.com> Date: Sat, 8 Jul 2023 23:43:38 -0400 Subject: [PATCH] Increment semantic version --- 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"