Skip to content

Commit

Permalink
Bump version: 0.15.1-dev.0 → 0.15.1-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bumpversion[bot] committed Oct 2, 2024
1 parent 2fc6cfb commit 7fe489f
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.15.1-dev.0",
"version": "0.15.1-dev.1",
"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 @@ -166,7 +166,7 @@ target-version = [
]

[tool.bumpversion]
current_version = "0.15.1-dev.0"
current_version = "0.15.1-dev.1"
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__ = "huard.david@ouranos.ca"
__version__ = "0.15.1-dev.0"
__version__ = "0.15.1-dev.1"
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__ = "huard.david@ouranos.ca"' in contents
assert '__version__ = "0.15.1-dev.0"' in contents
assert '__version__ = "0.15.1-dev.1"' in contents

0 comments on commit 7fe489f

Please sign in to comment.