From 4000e27085c5f87f4847eea804fc328110338d12 Mon Sep 17 00:00:00 2001 From: bloombar Date: Mon, 21 Nov 2022 22:30:58 -0500 Subject: [PATCH] upversion --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2a7676..191d629 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "gitlogstats" description = "Track developers' contributions to one or more git repositories within a particular time range." -version = "0.1.5" +version = "0.1.6" authors = [ { name="Foo Barstein", email="foo.barstein@onepotcooking.com" }, ]