From 91f6913d02b1b64926256e48d8ed23667067e30e Mon Sep 17 00:00:00 2001
From: Jeremy Fee <jmfee@usgs.gov>
Date: Thu, 5 Nov 2020 11:37:49 -0700
Subject: [PATCH] Update version to 1.3.0

---
 code.json | 19 +++++++++----------
 setup.py  |  2 +-
 2 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/code.json b/code.json
index a0d4f9bf..48ce6c99 100644
--- a/code.json
+++ b/code.json
@@ -3,9 +3,9 @@
       "name": "geomag-algorithms",
       "organization": "U.S. Geological Survey",
       "description": "Library for processing Geomagnetic timeseries data.",
-      "version": "1.2.1",
+      "version": "1.3.0",
       "status": "Development",
-  
+
       "permissions": {
         "usageType": "openSource",
         "licenses": [
@@ -15,27 +15,26 @@
           }
         ]
       },
-  
+
       "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"],
-  
+
       "contact": {
         "name": "HazDev Team",
         "email": "gs-haz_dev_team_group@usgs.gov"
       },
-  
+
       "date": {
-        "metadataLastUpdated": "2020-10-07"
+        "metadataLastUpdated": "2020-11-05"
       }
     }
   ]
-  
\ No newline at end of file
diff --git a/setup.py b/setup.py
index 934f63a5..8586ba68 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ if ssl_cert_file:
 
 setuptools.setup(
     name="geomag-algorithms",
-    version="1.2.1",
+    version="1.3.0",
     description="USGS Geomag Algorithms Library",
     url="https://github.com/usgs/geomag-algorithms",
     packages=setuptools.find_packages(exclude=["test*"]),
-- 
GitLab