Skip to content

Commit

Permalink
Bump version: 0.16.2-dev.4 → 0.16.2-dev.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bumpversion[bot] committed Jan 23, 2025
1 parent 3a5373b commit 0038ce5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"project_slug": "ravenpy",
"project_short_description": "A Python wrapper to setup and run the hydrologic modelling framework Raven.",
"pypi_username": "CSHS-CWRA",
"version": "0.16.2-dev.4",
"version": "0.16.2-dev.5",
"use_pytest": "y",
"use_black": "y",
"use_conda": "y",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ target-version = [
]

[tool.bumpversion]
current_version = "0.16.2-dev.4"
current_version = "0.16.2-dev.5"
commit = true
commit_args = "--no-verify"
tag = false
Expand Down
2 changes: 1 addition & 1 deletion src/ravenpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@

__author__ = """David Huard"""
__email__ = "[email protected]"
__version__ = "0.16.2-dev.4"
__version__ = "0.16.2-dev.5"
2 changes: 1 addition & 1 deletion tests/test_ravenpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ def test_package_metadata():
contents = f.read()
assert """David Huard""" in contents
assert '__email__ = "[email protected]"' in contents
assert '__version__ = "0.16.2-dev.4"' in contents
assert '__version__ = "0.16.2-dev.5"' in contents

0 comments on commit 0038ce5

Please sign in to comment.