File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 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.16.2-dev.3 " ,
13+ "version" : " 0.16.2-dev.4 " ,
1414 "use_pytest" : " y" ,
1515 "use_black" : " y" ,
1616 "use_conda" : " y" ,
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ target-version = [
168168]
169169
170170[tool .bumpversion ]
171- current_version = " 0.16.2-dev.3 "
171+ current_version = " 0.16.2-dev.4 "
172172commit = true
173173commit_args = " --no-verify"
174174tag = false
Original file line number Diff line number Diff line change 3030
3131__author__ = """David Huard"""
3232__email__ = "huard.david@ouranos.ca"
33- __version__ = "0.16.2-dev.3 "
33+ __version__ = "0.16.2-dev.4 "
Original file line number Diff line number Diff line change @@ -43,4 +43,4 @@ def test_package_metadata():
4343 contents = f .read ()
4444 assert """David Huard""" in contents
4545 assert '__email__ = "huard.david@ouranos.ca"' in contents
46- assert '__version__ = "0.16.2-dev.3 "' in contents
46+ assert '__version__ = "0.16.2-dev.4 "' in contents
You can’t perform that action at this time.
0 commit comments