From 8f0b3a824fc44011345da98d39310b6c3c852196 Mon Sep 17 00:00:00 2001 From: Lars Noack Date: Tue, 19 Nov 2024 15:08:16 +0100 Subject: [PATCH] autocommit bump --- release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release b/release index 6e2cbe1..df7a542 100755 --- a/release +++ b/release @@ -8,7 +8,7 @@ pip install hatch # increment version in pyproject.toml hatch version micro -git add git_time_tracking/__about__.py +git add pycountry_wrapper/__about__.py git commit -m "bump version" git push