File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " STACpopulator"
7
- version = " 0.0.1 "
7
+ version = " 0.1.0 "
8
8
description = " Utility for populating the STAC Catalog, Collections and Items from various dataset/catalog sources."
9
9
requires-python = " >=3.10"
10
10
dependencies = [
@@ -130,3 +130,10 @@ replace = """
130
130
131
131
## [{new_version}](https://github.com/crim-ca/stac-populator/tree/{new_version}) ({now:%Y-%m-%d})
132
132
"""
133
+
134
+ [[tool .bumpversion .files ]]
135
+ filename = " pyproject.toml"
136
+ # ensure the regex does not match another version by mistake using the package name as guide
137
+ regex = true
138
+ search = " ^name = \" STACpopulator\"\n version = \" {current_version}\" $"
139
+ replace = " name = \" STACpopulator\"\n version = \" {new_version}\" "
You can’t perform that action at this time.
0 commit comments