From 844e0d700608683b9e5f76008a4a9e2632df54a3 Mon Sep 17 00:00:00 2001 From: Github Actions Bot <> Date: Wed, 10 Jan 2024 09:14:30 +0000 Subject: [PATCH] bump version 0.2.1dev0 -> 0.2.1dev1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f9dbd8d..78a5a58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dev-version-bumping" -version = "0.2.1dev0" +version = "0.2.1dev1" authors = [ { name="Daniel Kunický", email="danecek37@gmail.com" }, ] @@ -21,7 +21,7 @@ classifiers = [ "Bug Tracker" = "https://github.com/kunickyd/dev-version-bumping/issues" [tool.bumpver] -current_version = "0.2.1dev0" +current_version = "0.2.1dev1" version_pattern = "MAJOR.MINOR.PATCH[TAGNUM]" [tool.bumpver.file_patterns]