Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
sevberg committed Sep 13, 2018
2 parents 26111eb + f44c07f commit 562f88b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.1.1"
__version__ = "1.1.2"

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

setup(
name='geokit',
version='1.1.1',
version='1.1.2',
author='Severin Ryberg',
url='https://github.com/FZJ-IEK3-VSA/geokit',
packages = find_packages(),
include_package_data=True,
install_requires = [
"gdal>=2.0.0",
"numpy>=1.13.2",
"descartes>=1.1.0",
"pandas>=0.22.0",
"scipy>=1.0.0",
"matplotlib>=2.1.1",
"numpy",
"descartes",
"pandas",
"scipy",
"matplotlib",
]
)

0 comments on commit 562f88b

Please sign in to comment.