From f566aca533b849e6faffc7cc0508b6fe81117b06 Mon Sep 17 00:00:00 2001 From: Maik Hoepfel Date: Sat, 10 Sep 2022 10:14:12 +0200 Subject: [PATCH] Bump version 0.4.1 -> 0.4.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 14bab2b..f10dbfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "django-cal" -version = "0.4.1" +version = "0.4.2" authors = [ { name = "Maik Hoepfel", email = "m@maikhoepfel.de" }, ] @@ -87,7 +87,7 @@ ignore = [ profile = "black" [tool.bumpver] -current_version = "0.4.1" +current_version = "0.4.2" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "Bump version {old_version} -> {new_version}" commit = true