From 7aed54ea427e31fab7f67664f25d86fbb301f7cb Mon Sep 17 00:00:00 2001 From: Martin Moss Date: Fri, 16 Jun 2023 18:02:50 +0100 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9ba1b7b..e5415aa 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="gitfeatures", - version="0.1.1", + version="0.1.2", packages=["gitfeatures"], license="MIT", long_description=long_description,