Skip to content

Commit

Permalink
Bump version: 0.7.21-beta → 0.7.22-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
bumpversion[bot] committed Dec 7, 2023
1 parent 15f054a commit db7c976
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Expand Up @@ -11,7 +11,7 @@
"project_slug": "xscen",
"project_short_description": "A climate change scenario-building analysis framework, built with xclim/xarray.",
"pypi_username": "RondeauG",
"version": "0.7.21-beta",
"version": "0.7.22-beta",
"use_pytest": "y",
"use_black": "y",
"use_conda": "y",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -119,7 +119,7 @@ target-version = [
]

[tool.bumpversion]
current_version = "0.7.21-beta"
current_version = "0.7.22-beta"
commit = true
tag = false
tag_name = "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_xscen.py
Expand Up @@ -28,4 +28,4 @@ def test_package_metadata(self):
contents = f.read()
assert """Gabriel Rondeau-Genesse""" in contents
assert '__email__ = "rondeau-genesse.gabriel@ouranos.ca"' in contents
assert '__version__ = "0.7.21-beta"' in contents
assert '__version__ = "0.7.22-beta"' in contents
2 changes: 1 addition & 1 deletion xscen/__init__.py
Expand Up @@ -52,7 +52,7 @@

__author__ = """Gabriel Rondeau-Genesse"""
__email__ = "rondeau-genesse.gabriel@ouranos.ca"
__version__ = "0.7.21-beta"
__version__ = "0.7.22-beta"


def warning_on_one_line(
Expand Down

0 comments on commit db7c976

Please sign in to comment.