From b144605f4d869fa4c15e2ab58934ceb14c7e5173 Mon Sep 17 00:00:00 2001 From: Tom Fleet Date: Thu, 22 Aug 2024 20:00:15 +0100 Subject: [PATCH] Bump version 0.40.0 -> 0.41.0 --- .tag.toml | 2 +- pyproject.toml | 2 +- src/pytoil/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.tag.toml b/.tag.toml index 4cd81a19..a33b1713 100755 --- a/.tag.toml +++ b/.tag.toml @@ -1,4 +1,4 @@ -version = '0.40.0' +version = '0.41.0' [git] default-branch = 'main' diff --git a/pyproject.toml b/pyproject.toml index 140332e4..86b4e94b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = [ [project] name = "pytoil" -version = "0.40.0" +version = "0.41.0" description = "CLI to automate the development workflow." readme = "README.md" keywords = [ diff --git a/src/pytoil/__init__.py b/src/pytoil/__init__.py index 38db42ae..87a5f208 100644 --- a/src/pytoil/__init__.py +++ b/src/pytoil/__init__.py @@ -13,4 +13,4 @@ from __future__ import annotations -__version__ = "0.40.0" +__version__ = "0.41.0"