From cfe4f9a3d9ca5b4ed78bb76166fbabf3e362b41b Mon Sep 17 00:00:00 2001 From: Pierrick Rambaud Date: Thu, 15 Feb 2024 22:22:08 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.1=20=E2=86=92=200.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 2 +- pyproject.toml | 4 ++-- pytest_gee/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7f03cad..dc616d2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ project = "pytest-gee" author = "Pierrick Rambaud" copyright = f"2020-{datetime.now().year}, {author}" -release = "0.3.1" +release = "0.3.2" # -- General configuration ----------------------------------------------------- extensions = [ diff --git a/pyproject.toml b/pyproject.toml index aa69ef3..22a6593 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pytest-gee" -version = "0.3.1" +version = "0.3.2" description = "The Python plugin for your GEE based packages." keywords = [ "skeleton", @@ -74,7 +74,7 @@ post-install-commands = ["pre-commit install"] [tool.commitizen] tag_format = "v$major.$minor.$patch$prerelease" update_changelog_on_bump = false -version = "0.3.1" +version = "0.3.2" version_files = [ "pyproject.toml:version", "pytest_gee/__init__.py:__version__", diff --git a/pytest_gee/__init__.py b/pytest_gee/__init__.py index 5ceaf1d..8f4f4d4 100644 --- a/pytest_gee/__init__.py +++ b/pytest_gee/__init__.py @@ -12,7 +12,7 @@ from pytest_gee import utils -__version__ = "0.3.1" +__version__ = "0.3.2" __author__ = "Pierrick Rambaud" __email__ = "pierrick.rambaud49@gmail.com"