-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e15841
commit f346a8e
Showing
4 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package: | ||
name: imdlib | ||
version: 0.1.8.1 | ||
version: 0.1.9 | ||
build: | ||
script_env: | ||
- VERSION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
from setuptools.command.install import install | ||
|
||
# imdlib version | ||
VERSION = "0.1.8.1" | ||
VERSION = "0.1.9" | ||
|
||
def readme(): | ||
"""print long description""" | ||
|
@@ -20,7 +20,7 @@ def readme(): | |
|
||
setup( | ||
name="imdlib", | ||
version="0.1.8.1", | ||
version="0.1.9", | ||
author="Saswata Nandi", | ||
author_email="[email protected]", | ||
description="A tool for handling and downloading IMD gridded data", | ||
|
@@ -42,7 +42,7 @@ def readme(): | |
], | ||
python_requires='>=3.0', | ||
|
||
keywords='imd, India, rainfall, IMD, grid, grided, gridded', | ||
keywords='imd, India, rainfall, data, hydrology, IMD, grid, grided, gridded', | ||
# packages=['':'cct_nn'], | ||
install_requires=['matplotlib', | ||
'numpy', | ||
|