Skip to content

Commit

Permalink
bump: version 0.6.0 → 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Jan 13, 2025
1 parent 4ff4ab5 commit 0ea9fa5
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.6.0"
release = "0.6.1"

# -- 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.6.0"
version = "0.6.1"
description = "The Python plugin for your GEE based packages."
keywords = [
"skeleton",
Expand Down Expand Up @@ -76,7 +76,7 @@ post-install-commands = ["pre-commit install"]
[tool.commitizen]
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = false
version = "0.6.0"
version = "0.6.1"
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 @@ -14,7 +14,7 @@
from deprecated.sphinx import deprecated
from ee.cli.utils import wait_for_task

__version__ = "0.6.0"
__version__ = "0.6.1"
__author__ = "Pierrick Rambaud"
__email__ = "pierrick.rambaud49@gmail.com"

Expand Down

0 comments on commit 0ea9fa5

Please sign in to comment.