Skip to content

Commit

Permalink
setup update to patch #4
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmpp committed Nov 26, 2021
1 parent 03abd28 commit 0f3ad24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'climIndices', # How you named your package folder (MyLib)
packages = ['climIndices'], # Chose the same as "name"
version = '0.6', # Start with a small number and increase it with every change you make
version = '0.61', # Start with a small number and increase it with every change you make
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
description = 'Methods to download and format NOAA climate indices', # Give a short description about your library
author = 'Gabriel Perez', # Type in your name
Expand Down

0 comments on commit 0f3ad24

Please sign in to comment.