Skip to content

Commit

Permalink
Bump version: 0.6.22-beta → 0.6.23-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
bumpversion[bot] committed Aug 22, 2023
1 parent 9904ff1 commit 5b3b9ee
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
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.6.22-beta",
"version": "0.6.23-beta",
"use_pytest": "y",
"use_black": "y",
"add_pyup_badge": "n",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.22-beta
current_version = 0.6.23-beta
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+).(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
test_suite="tests",
tests_require=["pytest", "pytest-cov"],
url="https://github.com/Ouranosinc/xscen",
version="0.6.22-beta",
version="0.6.23-beta",
zip_safe=False,
)
2 changes: 1 addition & 1 deletion tests/test_xscen.py
Original file line number Diff line number Diff line change
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.6.22-beta"' in contents
assert '__version__ = "0.6.23-beta"' in contents
2 changes: 1 addition & 1 deletion xscen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

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


# monkeypatch so that warnings.warn() doesn't mention itself
Expand Down

0 comments on commit 5b3b9ee

Please sign in to comment.