We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da10c1 commit 18fe28fCopy full SHA for 18fe28f
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pyvpp"
3
-version = "0.2.0"
+version = "0.3.0"
4
description = "Python package to download phenological data from Wekeo (HR-VPP datasets from Sentinel 2)"
5
authors = ["Diego García Díaz <digd.geografo@gmail.com>", "Ricardo Díaz-Delgado <rdiaz@ebd.csic.es>"]
6
maintainers = ["Diego García Díaz <digd.geografo@gmail.com>"]
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name='pyvpp',
16
- version='0.2.0',
+ version='0.3.0',
17
description='Python package to download phenological data from Wekeo (HR-VPP datasets from Sentinel 2)',
18
long_description=long_description,
19
long_description_content_type='text/markdown',
0 commit comments