Skip to content

Commit

Permalink
PrepareRelease
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderJuestel committed Sep 23, 2023
1 parent 70cb12e commit 2038a9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
author = 'Alexander Juestel'

# The full version, including alpha/beta/rc tags
release = '1.1.0'
release = '1.1.1'
version = release

# -- GemGIS configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions gemgis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

__affiliations__ = 'CGRE - RWTH Aachen University'

__version_date__ = '2023-08-18'
__version_date__ = '2023-09-23'

__version__ = '1.1.0'
__version__ = '1.1.1'

__changelog__ = """What is new in version 1.1.0:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
from os import path

version = '1.1.0'
version = '1.1.1'

# Loading Readme for Description on PyPi
this_directory = path.abspath(path.dirname(__file__))
Expand Down

0 comments on commit 2038a9f

Please sign in to comment.