From 9408cf17cb96677f20da6e5b2f898e40a061136a Mon Sep 17 00:00:00 2001
From: "E. Joshua Rigler" <erigler@usgs.gov>
Date: Wed, 1 Jun 2022 11:42:39 -0600
Subject: [PATCH] Bump version to 1.5.3

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

diff --git a/code.json b/code.json
index 424d6c82..e53c03f2 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.5.2",
+    "version": "1.5.3",
     "status": "Development",
 
     "permissions": {
@@ -34,7 +34,7 @@
     },
 
     "date": {
-      "metadataLastUpdated": "2022-05-04"
+      "metadataLastUpdated": "2022-06-01"
     }
   }
 ]
diff --git a/pyproject.toml b/pyproject.toml
index f04d1717..19400fd7 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.5.2"
+version = "1.5.3"
 
 
 [tool.poetry.dependencies]
-- 
GitLab