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 --------------------------------------------------- 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],