From d1fa3e93c37393f638b1547e12c106e87ec33f31 Mon Sep 17 00:00:00 2001 From: Paulo Alexandre Date: Sat, 26 May 2018 13:37:48 -0300 Subject: [PATCH] 0.2.1v --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30adab0..f1fc64e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# goes-py 0.2v +# goes-py 0.2.1v It's a free Python package to acess and get the dataset from GOES satellite next generation on Amazon Web Service(AWS) diff --git a/setup.py b/setup.py index 7abf892..19243c8 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='goespy', - version='0.2', + version='0.2.1', url='https://github.com/palexandremello/goes-py', license='BSD 2-Clause License', author='Paulo Alexandre Mello',