From c80a5e624aac0c531c574cee05e87b81de5aeb93 Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Tue, 5 Nov 2024 22:42:17 -0500 Subject: [PATCH] fix missing package/bump as stac-mlm --- package.json | 4 ++-- pyproject.toml | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 13d0079..b6cbbdd 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pyproject.toml b/pyproject.toml index f76d9fe..19d507b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",