From f2aad6ac089917c9ca097afa0afcca91076c5c88 Mon Sep 17 00:00:00 2001 From: Shitab Ishmam Date: Thu, 12 Aug 2021 10:08:21 +0200 Subject: [PATCH] upgraded to v1.2.9 --- geokit/__init__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/geokit/__init__.py b/geokit/__init__.py index 0d8a252..663cefc 100644 --- a/geokit/__init__.py +++ b/geokit/__init__.py @@ -1,6 +1,6 @@ """The GeoKit library is a collection of general geospatial operations""" -__version__ = "1.2.8" +__version__ = "1.2.9" # maybe set GDAL_DATA variable from os import environ as _environ diff --git a/setup.py b/setup.py index 283e386..65f37db 100644 --- a/setup.py +++ b/setup.py @@ -2,8 +2,8 @@ setup( name='geokit', - version='1.2.8', - author='David Severin Ryberg', + version='1.2.9', + author='GeoKit Developer Team', url='https://github.com/FZJ-IEK3-VSA/geokit', packages=find_packages(), include_package_data=True,