Skip to content

Commit

Permalink
ENH: Bumped version to 0.1.0 and updated config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cchwala committed Mar 19, 2017
1 parent 363d9c5 commit 38bf984
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Expand Up @@ -17,13 +17,13 @@ def read(fname):

setup(
name = "pycomlink",
version = "0.0.6.999",
version = "0.1.0",
author = "Christian Chwala",
author_email = "christian.chwala@kit.edu",
description = ("Python tools for MW link data processing"),
license = "BSD",
keywords = "microwave links precipitation radar",
url = "https://bitbucket.org/cchwala/pycomlink",
url = "https://github.com/pycomlink/pycomlink",
packages=['pycomlink'],
long_description=read('README.md'),
classifiers=[
Expand All @@ -42,5 +42,6 @@ def read(fname):
'numba',
'folium',
'h5py',
'xarray'],
'xarray',
'shapely'],
)

0 comments on commit 38bf984

Please sign in to comment.