Skip to content

Commit

Permalink
Upgraded to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shitabishmam committed Aug 12, 2021
1 parent 9283f57 commit 42bceec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion geokit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""The GeoKit library is a collection of general geospatial operations"""

__version__ = "1.2.8"
__version__ = "1.3.0"

# maybe set GDAL_DATA variable
from os import environ as _environ
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

setup(
name='geokit',
version='1.2.8',
author='David Severin Ryberg',
version='1.3.0',
author='GeoKit Developer Team',
url='https://github.com/FZJ-IEK3-VSA/geokit',
packages=find_packages(),
include_package_data=True,
install_requires=[
"gdal>2.2.0",
"gdal>2.2.0,<=3.2.1",
"numpy",
"descartes",
"pandas",
Expand Down

0 comments on commit 42bceec

Please sign in to comment.