Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddkovacs authored Nov 18, 2024
1 parent 7ffcc73 commit 8b12205
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 @@
readme_path = os.path.join(os.path.dirname(__file__), 'README.md')

setup(name="pyeogpr",
version ="2.1.3",
version ="2.1.4",
description="Python based library to use Earth Observation data to retrieve biophysical maps using Gaussian Process Regression",
long_description=open(readme_path, 'r').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 8b12205

Please sign in to comment.