From 019d132b94dd6dd859b512744b445b24e71cc5ba Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Wed, 5 Jun 2024 12:43:56 +0200 Subject: [PATCH] Update publish --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e5ad744..303db2c 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def get_long_description(): setup( name="PyGitDB", - version="0.1.1", + version="0.1.2", description="Load git stats into a DuckDB db locally for easy analytics.", long_description=get_long_description(), long_description_content_type="text/markdown",