From baa3d0317ac6480222524fbc04be305087fbfb07 Mon Sep 17 00:00:00 2001 From: Mark Beacom <7315957+mbeacom@users.noreply.github.com> Date: Wed, 6 Mar 2024 21:48:55 -0500 Subject: [PATCH] chore: Update version to 0.2.2 --- pyproject.toml | 2 +- python_template/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4dc30a9..20891d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-template-x" -version = "0.2.1" +version = "0.2.2" description = "This is a python template." authors = ["Mark Beacom "] readme = "README.md" diff --git a/python_template/__init__.py b/python_template/__init__.py index 8f966f2..f433ff8 100644 --- a/python_template/__init__.py +++ b/python_template/__init__.py @@ -9,4 +9,4 @@ from __future__ import annotations -__version__: str = "0.2.1" +__version__: str = "0.2.2"