Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sevberg committed Dec 21, 2017
1 parent 77c5d20 commit f7038a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

setup(
name='geokit',
version='1.0.0',
version='1.0.1',
author='Severin Ryberg',
url='http://www.fz-juelich.de/iek/iek-3/EN/Home/home_node.html',
packages = ["geokit"],
install_requires = [
"gdal>=2.0.0",
"numpy>=1.11.2",
"pandas",
"scipy",
"matplotlib",
]
)

0 comments on commit f7038a3

Please sign in to comment.