Skip to content

Commit

Permalink
bump to version 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cchwala committed Oct 24, 2022
1 parent 3562f58 commit e6ec4e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -20,15 +20,15 @@ def read(fname):

setup(
name = "pycomlink",
version = "0.3.4",
version = "0.3.5",
author = "Christian Chwala",
author_email = "christian.chwala@kit.edu",
description = ("Python tools for CML (commercial microwave link) data processing"),
license = "BSD",
keywords = "microwave links precipitation radar cml",
url = "https://github.com/pycomlink/pycomlink",
download_url = (
"https://github.com/pycomlink/pycomlink/archive/0.3.3.tar.gz"),
"https://github.com/pycomlink/pycomlink/archive/0.3.5.tar.gz"),
packages=find_packages(exclude=['test']),
include_package_data=True,
long_description=read('README.md'),
Expand Down

0 comments on commit e6ec4e0

Please sign in to comment.