From 9b7b72cbf06ca0722c5438bc3de33425a8a59b8c Mon Sep 17 00:00:00 2001 From: "E. Joshua Rigler" <erigler@usgs.gov> Date: Wed, 6 Mar 2024 15:11:47 -0700 Subject: [PATCH] Update version info in code.json and pyproject.toml --- code.json | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code.json b/code.json index 57bc650b..a1074194 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.9.1", + "version": "1.9.2", "status": "Development", "permissions": { "usageType": "openSource", @@ -35,7 +35,7 @@ "email": "gs-haz_dev_team_group@usgs.gov" }, "date": { - "metadataLastUpdated": "2024-02-25" + "metadataLastUpdated": "2024-03-06" } } -] \ No newline at end of file +] diff --git a/pyproject.toml b/pyproject.toml index 750b01e3..6e4476f9 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.9.1" +version = "1.9.2" [tool.poetry.dependencies] -- GitLab