From 82a123e46ed6edb5304814d5e89083e1d7aed497 Mon Sep 17 00:00:00 2001 From: spencer <swilbur@usgs.gov> Date: Wed, 3 Jan 2024 13:54:46 -0700 Subject: [PATCH] Updated the version within each file to reflect the latest cut release tag. --- code.json | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code.json b/code.json index 27ad48d6..8a87ea1d 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.8.9", + "version": "1.8.10", "status": "Development", "permissions": { "usageType": "openSource", @@ -35,7 +35,7 @@ "email": "gs-haz_dev_team_group@usgs.gov" }, "date": { - "metadataLastUpdated": "2023-09-29" + "metadataLastUpdated": "2024-01-03" } } ] \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 9bec29fc..f20e8187 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.8.9" +version = "1.8.10" [tool.poetry.dependencies] -- GitLab