From e3444259980a1066ba7bac915ae87a8b753af777 Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Fri, 26 Jan 2024 16:04:23 +0100 Subject: [PATCH] It's about time to bump version to 0.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47523a8..1c13539 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openeo_test_suite" -version = "0.0.1" +version = "0.1.0" description = "Test suite for validation of openEO back-ends against the openEO API specification." readme = "README.md" requires-python = ">=3.9"