Skip to content

Commit 7bc0f52

Browse files
authored
Merge pull request #56 from stac-extensions/fix-package
2 parents aa8ff29 + c80a5e6 commit 7bc0f52

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "stac-extensions",
3-
"version": "1.0.0",
2+
"name": "stac-mlm",
3+
"version": "1.3.0",
44
"scripts": {
55
"test": "npm run check-markdown && npm run check-examples",
66
"check-markdown": "remark . -f -r .github/remark.yaml -i .remarkignore",

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,11 @@ filename = "CITATION.cff"
191191
search = "https://stac-extensions.github.io/mlm/v{current_version}/schema.json"
192192
replace = "https://stac-extensions.github.io/mlm/v{new_version}/schema.json"
193193

194+
[[tool.bumpversion.files]]
195+
filename = "package.json"
196+
search = "\"version\": \"{current_version}\""
197+
replace = "\"version\": \"{new_version}\""
198+
194199
[tool.ruff]
195200
exclude = [
196201
".git",

0 commit comments

Comments
 (0)