Skip to content

Commit

Permalink
updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
Digdgeo committed Oct 19, 2023
1 parent fc244c0 commit 6050a1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ndvi2gif/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

__author__ = """Diego Garcia Diaz"""
__email__ = 'digd.geografo@gmail.com'
__version__ = '0.0.6'
__version__ = '0.0.5'

from .ndvi2gif import *
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def read(fname):

setup(
name='ndvi2gif',
version='0.0.4',
version='0.0.5',
description='Python package to create seasonal composites of NDVI or several more vegetation, water, snow, etc. indexes, and download them as pretty gifs or geotiff rasters',
long_description=read('README.rst'),
url='https://github.com/Digdgeo/Ndvi2Gif',
Expand Down

0 comments on commit 6050a1d

Please sign in to comment.