Skip to content

Commit

Permalink
bump: version 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Dec 18, 2023
1 parent ebc923c commit ef38ba8
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
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
project = "pytest-gee"
author = "Pierrick Rambaud"
copyright = f"2020-{datetime.now().year}, {author}"
release = "0.2.0"
release = "0.3.0"

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

[project]
name = "pytest-gee"
version = "0.2.0"
version = "0.3.0"
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.2.0"
version = "0.3.0"
version_files = [
"pyproject.toml:version",
"pytest_gee/__init__.py:__version__",
Expand Down
2 changes: 1 addition & 1 deletion pytest_gee/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from pytest_gee import utils

__version__ = "0.2.0"
__version__ = "0.3.0"
__author__ = "Pierrick Rambaud"
__email__ = "[email protected]"

Expand Down

0 comments on commit ef38ba8

Please sign in to comment.