From b90eac8d0fb22e4b5663d96c3ce01f98498dcb75 Mon Sep 17 00:00:00 2001
From: "Geels, Brendan Ryan" <bgeels@usgs.gov>
Date: Tue, 24 Oct 2023 16:34:19 -0600
Subject: [PATCH] Updating the version to 1.8.5.

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

diff --git a/code.json b/code.json
index b98bcd50..de125fe5 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.4",
+    "version": "1.8.5",
     "status": "Development",
     "permissions": {
       "usageType": "openSource",
diff --git a/pyproject.toml b/pyproject.toml
index 5ff15b31..c4ef7be8 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.4"
+version = "1.8.5"
 
 
 [tool.poetry.dependencies]
-- 
GitLab