From 2b7a75203ab908d706ca0b6e70c71fa29ea050f0 Mon Sep 17 00:00:00 2001 From: Domagoj Fijan <50439291+DomFijan@users.noreply.github.com> Date: Fri, 17 Feb 2023 19:25:16 -0500 Subject: [PATCH 1/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6df116a..45c4b4f 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name="ConservedWaterSearch", - version="0.1.1", + version="0.1.2", author="Domagoj Fijan, Jelena Tosovic, Marko Jukic, Urban Bren", author_email="jecat_90@live.com", description=short_description[0], From 97d6137a319f2b3a2d9b040ee4fc63cc38a8b6a7 Mon Sep 17 00:00:00 2001 From: Domagoj Fijan <50439291+DomFijan@users.noreply.github.com> Date: Fri, 17 Feb 2023 19:28:45 -0500 Subject: [PATCH 2/2] Update conf.py --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3db7bca..ea2b4b5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,8 +23,8 @@ author = "Jelena Tosovic, Domagoj Fijan, Marko Jukic, Urban Bren" # The full version, including alpha/beta/rc tags -version = "0.1.1" -release = "0.1.1" +version = "0.1.2" +release = "0.1.2" # -- General configuration ---------------------------------------------------