diff --git a/setup.py b/setup.py index 573704f..2fa7fca 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def read(fname): setup( name = "pycomlink", - version = "0.3.0", + version = "0.3.1", author = "Christian Chwala", author_email = "christian.chwala@kit.edu", description = ("Python tools for MW link data processing"), @@ -28,7 +28,7 @@ def read(fname): keywords = "microwave links precipitation radar", url = "https://github.com/pycomlink/pycomlink", download_url = ( - "https://github.com/pycomlink/pycomlink/archive/0.3.0.tar.gz"), + "https://github.com/pycomlink/pycomlink/archive/0.3.1.tar.gz"), packages=find_packages(exclude=['test']), include_package_data=True, long_description=read('README.md'),