Skip to content

Commit 18fe28f

Browse files
committed
Release 0.3.0
1 parent 3da10c1 commit 18fe28f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyvpp"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Python package to download phenological data from Wekeo (HR-VPP datasets from Sentinel 2)"
55
authors = ["Diego García Díaz <digd.geografo@gmail.com>", "Ricardo Díaz-Delgado <rdiaz@ebd.csic.es>"]
66
maintainers = ["Diego García Díaz <digd.geografo@gmail.com>"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='pyvpp',
16-
version='0.2.0',
16+
version='0.3.0',
1717
description='Python package to download phenological data from Wekeo (HR-VPP datasets from Sentinel 2)',
1818
long_description=long_description,
1919
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)