From b13117be55848800a57ab29bf5651745fd30d44c Mon Sep 17 00:00:00 2001 From: spencer <swilbur@usgs.gov> Date: Fri, 27 Sep 2024 14:42:38 -0600 Subject: [PATCH] Upgraded the pyproject.toml and code.json file to latest release tag. --- code.json | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code.json b/code.json index 84736bf9..0715617a 100644 --- a/code.json +++ b/code.json @@ -3,7 +3,7 @@ "name": "geomag-algorithms", "organization": "U.S. Geological Survey", "description": "Library for processing Geomagnetic timeseries data.", - "version": "1.10.0", + "version": "1.11.1", "status": "Development", "permissions": { "usageType": "openSource", @@ -35,7 +35,7 @@ "email": "gs-haz_dev_team_group@usgs.gov" }, "date": { - "metadataLastUpdated": "2024-05-03" + "metadataLastUpdated": "2024-09-27" } } ] \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 657a1526..237ccfc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ packages = [ {include = "geomagio" } ] repository="https://code.usgs.gov/ghsc/geomag/geomag-algorithms" -version = "1.10.0" +version = "1.11.1" [tool.poetry.dependencies] -- GitLab