From b1c6bb4e6f5cfb2051303a0bc3d490c71c10dc07 Mon Sep 17 00:00:00 2001
From: bgeels <bgeels@usgs.gov>
Date: Fri, 27 Oct 2023 14:36:18 -0600
Subject: [PATCH] Updating the version to v1.8.9

---
 code.json      | 2 +-
 pyproject.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/code.json b/code.json
index a4d17051..27ad48d6 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.8",
+    "version": "1.8.9",
     "status": "Development",
     "permissions": {
       "usageType": "openSource",
diff --git a/pyproject.toml b/pyproject.toml
index 5b61c1d1..9bec29fc 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.8"
+version = "1.8.9"
 
 
 [tool.poetry.dependencies]
-- 
GitLab