From 8410e9581d7b9dde6ed60a7d9aa9f1de5e2ecba0 Mon Sep 17 00:00:00 2001 From: pcain <pcain@usgs.gov> Date: Wed, 25 Aug 2021 15:17:27 -0600 Subject: [PATCH] bump algorithms version --- code.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code.json b/code.json index fe72c15a..f7ea8ea3 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.4.0", + "version": "1.4.1", "status": "Development", "permissions": { diff --git a/pyproject.toml b/pyproject.toml index a404d487..7849afdf 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.4.0" +version = "1.4.1" [tool.poetry.dependencies] -- GitLab