File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " nsidc-iceflow"
3- version = " v0.2 .0"
3+ version = " v0.3 .0"
44authors = [
55 {
name =
" NSIDC" ,
email =
" [email protected] " },
66]
@@ -189,7 +189,7 @@ messages_control.disable = [
189189]
190190
191191[tool .bumpversion ]
192- current_version = " 0.2 .0"
192+ current_version = " 0.3 .0"
193193commit = false
194194tag = false
195195
@@ -200,8 +200,8 @@ replace = '__version__ = "v{new_version}"'
200200
201201[[tool .bumpversion .files ]]
202202filename = " pyproject.toml"
203- search = ' version = "{current_version}"'
204- replace = ' version = "{new_version}"'
203+ search = ' version = "v {current_version}"'
204+ replace = ' version = "v {new_version}"'
205205
206206[tool .codespell ]
207207skip =" docs/*.ipynb"
Original file line number Diff line number Diff line change 3434
3535# TODO: add bumpversion config to control this version number, and the conda
3636# recipe/meta.yaml.
37- __version__ = "v0.2 .0"
37+ __version__ = "v0.3 .0"
3838
3939
4040__all__ = [
You can’t perform that action at this time.
0 commit comments