Skip to content

Commit

Permalink
Bumped up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sherzodr authored and sherzodr committed Oct 5, 2020
1 parent aa8a2ce commit 4d43c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

setup(
name="penmon",
version="0.1.6",
version="0.1.7",
description="Implementation of Penman-Monteith equation to calculate ET for a reference crop",
# long_description_content_type="text/markdown",
# long_description=long_description,
author="Sherzod RUZMETOV",
author_email="sherzodr@gmail.com",
license="MIT",
url="https://github.com/sherzodr/penmon",
download_url="https://github.com/sherzodr/penmon/archive/0.1.6.tar.gz",
download_url="https://github.com/sherzodr/penmon/archive/0.1.7.tar.gz",
py_modules=["penmon.eto"],
package_dir={'': 'src'},
packages=["penmon"],
Expand Down

0 comments on commit 4d43c92

Please sign in to comment.