Skip to content

Commit c1da32a

Browse files
committed
Fixup issue with bumpversion config
[skip ci]
1 parent da40ea4 commit c1da32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ commit = false
196196
tag = false
197197

198198
[[tool.bumpversion.files]]
199-
filename = "src/nsidc/nsidc-iceflow/__init__.py"
199+
filename = "src/nsidc/iceflow/__init__.py"
200200
search = '__version__ = "v{current_version}"'
201201
replace = '__version__ = "v{new_version}"'
202202

0 commit comments

Comments
 (0)