Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cchwala committed Jun 7, 2017
1 parent 273c6b7 commit 11a4cab
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions setup.py
Expand Up @@ -17,13 +17,15 @@ def read(fname):

setup(
name = "pycomlink",
version = "0.1.0",
version = "0.1.1",
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://github.com/pycomlink/pycomlink",
download_url = (
"https://github.com/pycomlink/pycomlink/archive/0.1.1.tar.gz"),
packages=['pycomlink'],
long_description=read('README.md'),
classifiers=[
Expand All @@ -35,10 +37,10 @@ def read(fname):
# A list of all available classifiers can be found at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
install_requires=[
'numpy',
'scipy',
'numpy',
'scipy',
'pandas>=0.18',
'matplotlib',
'matplotlib',
'numba',
'folium',
'h5py',
Expand Down

0 comments on commit 11a4cab

Please sign in to comment.