From 21c82376473fd0f65ed760ada11245d6d3f0ef14 Mon Sep 17 00:00:00 2001
From: "Geels, Brendan Ryan" <bgeels@usgs.gov>
Date: Mon, 23 Oct 2023 15:08:08 -0600
Subject: [PATCH] Updating the version to 1.8.4

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

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