From 43287803940113a9a5c71c5e06ea7e5c9855758d Mon Sep 17 00:00:00 2001 From: bgeels <bgeels@usgs.gov> Date: Thu, 4 Apr 2024 11:56:11 -0600 Subject: [PATCH] Updating version to v1.9.5 --- code.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code.json b/code.json index a8f177da..afaacb6e 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.4", + "version": "1.9.5", "status": "Development", "permissions": { "usageType": "openSource", diff --git a/pyproject.toml b/pyproject.toml index 9c4adee3..f425be50 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.4" +version = "1.9.5" [tool.poetry.dependencies] -- GitLab