From 226ebf944dd32e9652e892ea79c81316c4ac0eef Mon Sep 17 00:00:00 2001 From: Mark Beacom <7315957+mbeacom@users.noreply.github.com> Date: Mon, 18 Sep 2023 21:00:05 -0400 Subject: [PATCH] chore: Adjust pin to 0.1.1 --- pyproject.toml | 2 +- python_template/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bd1189f..42db781 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-template-x" -version = "0.1.0" +version = "0.1.1" 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 9942bd6..226e4e6 100644 --- a/python_template/__init__.py +++ b/python_template/__init__.py @@ -7,4 +7,4 @@ """ from __future__ import annotations -__version__: str = "0.1.0" +__version__: str = "0.1.1"