Skip to content

Commit

Permalink
bump: version 0.3.2 → 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Feb 15, 2024
1 parent 3ff51b1 commit 7fd4b09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -12,7 +12,7 @@
project = "pytest-gee"
author = "Pierrick Rambaud"
copyright = f"2020-{datetime.now().year}, {author}"
release = "0.3.2"
release = "0.3.3"

# -- General configuration -----------------------------------------------------
extensions = [
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "pytest-gee"
version = "0.3.2"
version = "0.3.3"
description = "The Python plugin for your GEE based packages."
keywords = [
"skeleton",
Expand Down Expand Up @@ -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.2"
version = "0.3.3"
version_files = [
"pyproject.toml:version",
"pytest_gee/__init__.py:__version__",
Expand Down
2 changes: 1 addition & 1 deletion pytest_gee/__init__.py
Expand Up @@ -12,7 +12,7 @@

from pytest_gee import utils

__version__ = "0.3.2"
__version__ = "0.3.3"
__author__ = "Pierrick Rambaud"
__email__ = "pierrick.rambaud49@gmail.com"

Expand Down

0 comments on commit 7fd4b09

Please sign in to comment.