From 739cdd848db8a4378657cde04b9864accf9c902e Mon Sep 17 00:00:00 2001
From: bgeels <bgeels@usgs.gov>
Date: Fri, 3 May 2024 12:26:12 -0600
Subject: [PATCH] Updating the version to v1.10.0

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

diff --git a/code.json b/code.json
index 4aedad91..b22cef34 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.6",
+    "version": "1.10.0",
     "status": "Development",
     "permissions": {
       "usageType": "openSource",
diff --git a/pyproject.toml b/pyproject.toml
index 218c9beb..6cb97f55 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.6"
+version = "1.10.0"
 
 
 [tool.poetry.dependencies]
-- 
GitLab