From f44ed08c0bf486c5ddfc06777c065d4bcccd3273 Mon Sep 17 00:00:00 2001 From: Mark Beacom <7315957+mbeacom@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:45:53 -0500 Subject: [PATCH] chore(deps): Update to 0.4.1 (#266) --- pyproject.toml | 2 +- python_template/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d52b074..e66de8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-template-x" -version = "0.4.0" +version = "0.4.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 90636f3..f4c1e93 100644 --- a/python_template/__init__.py +++ b/python_template/__init__.py @@ -9,4 +9,4 @@ from __future__ import annotations -__version__: str = "0.4.0" +__version__: str = "0.4.1"