Skip to content

Commit

Permalink
MAINT: Bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cchwala committed Sep 7, 2017
1 parent 2674a8c commit 02a45ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -17,15 +17,15 @@ 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"),
license = "BSD",
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=[
Expand Down

0 comments on commit 02a45ac

Please sign in to comment.