From 8402be2b9012e4a2f2df700784884faa6c70d46e Mon Sep 17 00:00:00 2001 From: "Geels, Brendan Ryan" <bgeels@usgs.gov> Date: Tue, 11 Apr 2023 09:56:14 -0600 Subject: [PATCH] Updating to version 1.7.0 --- code.json | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code.json b/code.json index 485e7884..544aa28e 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.6.5", + "version": "1.7.0", "status": "Development", "permissions": { "usageType": "openSource", @@ -35,7 +35,7 @@ "email": "gs-haz_dev_team_group@usgs.gov" }, "date": { - "metadataLastUpdated": "2023-03-29" + "metadataLastUpdated": "2023-04-11" } } ] \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 1f9f2922..47df0cb3 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.6.5" +version = "1.7.0" [tool.poetry.dependencies] -- GitLab