From c612cbf0625d217fc4360bc0178eed9a7079017a Mon Sep 17 00:00:00 2001 From: Bruce Flynn <brucef@ssec.wisc.edu> Date: Wed, 21 Oct 2015 16:01:56 +0000 Subject: [PATCH] Release 0.5b --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index acc5f6d..43d7489 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( author='Bruce Flynn', author_email='brucef@ssec.wisc.edu', description='Utilities for working with EDOS L0 PDS files', - version='0.4.1', + version='0.5b', zip_safe=False, packages=find_packages(), install_requires=[ -- GitLab