Skip to content

Commit 0a2f0c8

Browse files
author
bumpversion[bot]
committed
Bump version: 0.18.1 → 0.18.2-dev.0
1 parent 84be3ee commit 0a2f0c8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"project_slug": "ravenpy",
1111
"project_short_description": "A Python wrapper to setup and run the hydrologic modelling framework Raven.",
1212
"pypi_username": "CSHS-CWRA",
13-
"version": "0.18.1",
13+
"version": "0.18.2-dev.0",
1414
"use_pytest": "y",
1515
"use_black": "y",
1616
"use_conda": "y",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ target-version = [
169169
]
170170

171171
[tool.bumpversion]
172-
current_version = "0.18.1"
172+
current_version = "0.18.2-dev.0"
173173
commit = true
174174
commit_args = "--no-verify"
175175
tag = false

src/ravenpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929

3030
__author__ = """David Huard"""
3131
__email__ = "huard.david@ouranos.ca"
32-
__version__ = "0.18.1"
32+
__version__ = "0.18.2-dev.0"

tests/test_ravenpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ def test_package_metadata():
4747
contents = f.read()
4848
assert """David Huard""" in contents
4949
assert '__email__ = "huard.david@ouranos.ca"' in contents
50-
assert '__version__ = "0.18.1"' in contents
50+
assert '__version__ = "0.18.2-dev.0"' in contents

0 commit comments

Comments
 (0)