From 3d92a7c4a4d43cd86eeec9b01362d090ae5a6afc Mon Sep 17 00:00:00 2001
From: Alex Wernle <awernle@usgs.gov>
Date: Thu, 29 Jun 2023 09:01:43 -0600
Subject: [PATCH] Updating the version to v1.7.2

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

diff --git a/code.json b/code.json
index 290992d0..0388f7ba 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.7.1",
+    "version": "1.7.2",
     "status": "Development",
     "permissions": {
       "usageType": "openSource",
@@ -35,7 +35,7 @@
       "email": "gs-haz_dev_team_group@usgs.gov"
     },
     "date": {
-      "metadataLastUpdated": "2023-05-25"
+      "metadataLastUpdated": "2023-06-29"
     }
   }
 ]
\ No newline at end of file
diff --git a/pyproject.toml b/pyproject.toml
index ec5300b5..339b7885 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.7.1"
+version = "1.7.2"
 
 
 [tool.poetry.dependencies]
-- 
GitLab