From 02a45ac858f1b64dea1685c29d09e03d87410945 Mon Sep 17 00:00:00 2001 From: Christian Chwala Date: Thu, 7 Sep 2017 09:54:25 +0200 Subject: [PATCH] MAINT: Bump version to 0.2.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 200a51a..5b440f0 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ def read(fname): setup( name = "pycomlink", - version = "0.2.0", + version = "0.2.1", author = "Christian Chwala", author_email = "christian.chwala@kit.edu", description = ("Python tools for MW link data processing"), @@ -25,7 +25,7 @@ def read(fname): keywords = "microwave links precipitation radar", url = "https://github.com/pycomlink/pycomlink", download_url = ( - "https://github.com/pycomlink/pycomlink/archive/0.2.0.tar.gz"), + "https://github.com/pycomlink/pycomlink/archive/0.2.1.tar.gz"), packages=find_packages(exclude=['test']), long_description=read('README.md'), classifiers=[