Skip to content

Commit cec6cc9

Browse files
committed
Bumpversion v0.2.0 -> v0.3.0
1 parent d91c85b commit cec6cc9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nsidc-iceflow"
3-
version = "v0.2.0"
3+
version = "v0.3.0"
44
authors = [
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"
193193
commit = false
194194
tag = false
195195

@@ -200,8 +200,8 @@ replace = '__version__ = "v{new_version}"'
200200

201201
[[tool.bumpversion.files]]
202202
filename = "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]
207207
skip="docs/*.ipynb"

src/nsidc/iceflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
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__ = [

0 commit comments

Comments
 (0)