Skip to content

Commit 89a3d7d

Browse files
PrepareRelease
1 parent 4349614 commit 89a3d7d

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
author = 'Alexander Juestel'
1818

1919
# The full version, including alpha/beta/rc tags
20-
release = '1.0.11'
20+
release = '1.0.12'
2121
version = release
2222

2323
# -- GemGIS configuration ---------------------------------------------------

gemgis/__init__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,16 @@
1818

1919
__affiliations__ = 'CGRE - RWTH Aachen University'
2020

21-
__version_date__ = '2023-07-31'
21+
__version_date__ = '2023-08-18'
2222

23-
__version__ = '1.1'
23+
__version__ = '1.0.12'
2424

2525
__changelog__ = """What is new in version 1.1.:
2626
2727
2828
2929
"""
3030

31-
32-
3331
from gemgis.gemgis import *
3432
import gemgis.vector as vector
3533
import gemgis.raster as raster

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
from os import path
33

4-
version = '1.0.11'
4+
version = '1.0.12'
55

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

0 commit comments

Comments
 (0)