From 99c7f0f3605ef0325a55e838ca071ea4ed6db99e Mon Sep 17 00:00:00 2001
From: Alex Wernle <awernle@usgs.gov>
Date: Wed, 16 Nov 2022 13:38:43 -0700
Subject: [PATCH] Updating the version number to 1.6.0

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

diff --git a/code.json b/code.json
index ea62f29c4..20cf9c888 100644
--- a/code.json
+++ b/code.json
@@ -3,9 +3,8 @@
     "name": "geomag-algorithms",
     "organization": "U.S. Geological Survey",
     "description": "Library for processing Geomagnetic timeseries data.",
-    "version": "1.5.4",
+    "version": "1.6.0",
     "status": "Development",
-
     "permissions": {
       "usageType": "openSource",
       "licenses": [
@@ -15,26 +14,28 @@
         }
       ]
     },
-
     "homepageURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms",
     "downloadURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms/-/archive/master/geomag-algorithms-master.zip",
     "disclaimerURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms/raw/master/DISCLAIMER.md",
     "repositoryURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms.git",
     "vcs": "git",
-
     "laborHours": 0,
-
-    "tags": ["usgs", "geomagnetism", "timeseries", "processing"],
-
-    "languages": ["Shell", "Python"],
-
+    "tags": [
+      "usgs",
+      "geomagnetism",
+      "timeseries",
+      "processing"
+    ],
+    "languages": [
+      "Shell",
+      "Python"
+    ],
     "contact": {
       "name": "HazDev Team",
       "email": "gs-haz_dev_team_group@usgs.gov"
     },
-
     "date": {
-      "metadataLastUpdated": "2022-10-24"
+      "metadataLastUpdated": "2022-11-16"
     }
   }
-]
+]
\ No newline at end of file
diff --git a/pyproject.toml b/pyproject.toml
index 85f5fd126..84da83fef 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.4"
+version = "1.6.0"
 
 
 [tool.poetry.dependencies]
-- 
GitLab