File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 "
173173commit = true
174174commit_args = " --no-verify"
175175tag = false
Original file line number Diff line number Diff line change 2929
3030__author__ = """David Huard"""
3131__email__ = "huard.david@ouranos.ca"
32- __version__ = "0.18.1 "
32+ __version__ = "0.18.2-dev.0 "
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments