Skip to content

Commit

Permalink
Merge pull request #56 from stac-extensions/fix-package
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault authored Nov 6, 2024
2 parents aa8ff29 + c80a5e6 commit 7bc0f52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stac-extensions",
"version": "1.0.0",
"name": "stac-mlm",
"version": "1.3.0",
"scripts": {
"test": "npm run check-markdown && npm run check-examples",
"check-markdown": "remark . -f -r .github/remark.yaml -i .remarkignore",
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,11 @@ filename = "CITATION.cff"
search = "https://stac-extensions.github.io/mlm/v{current_version}/schema.json"
replace = "https://stac-extensions.github.io/mlm/v{new_version}/schema.json"

[[tool.bumpversion.files]]
filename = "package.json"
search = "\"version\": \"{current_version}\""
replace = "\"version\": \"{new_version}\""

[tool.ruff]
exclude = [
".git",
Expand Down

0 comments on commit 7bc0f52

Please sign in to comment.