diff --git a/docs/conf.py b/docs/conf.py index c763ca23..2d643f5e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,7 +17,7 @@ author = 'Alexander Juestel' # The full version, including alpha/beta/rc tags -release = '1.0.12' +release = '1.1.0' version = release # -- GemGIS configuration --------------------------------------------------- diff --git a/gemgis/__init__.py b/gemgis/__init__.py index b2b2a449..7b1e3232 100644 --- a/gemgis/__init__.py +++ b/gemgis/__init__.py @@ -20,9 +20,9 @@ __version_date__ = '2023-08-18' -__version__ = '1.0.12' +__version__ = '1.1.0' -__changelog__ = """What is new in version 1.1.: +__changelog__ = """What is new in version 1.1.0: diff --git a/setup.py b/setup.py index 5c047af3..8e823e33 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages from os import path -version = '1.0.12' +version = '1.1.0' # Loading Readme for Description on PyPi this_directory = path.abspath(path.dirname(__file__))