From 504971ac49b1f5850bff01a3ea1ccdc853947c4c Mon Sep 17 00:00:00 2001 From: Jeremy Fee <jmfee@usgs.gov> Date: Tue, 10 Nov 2020 11:31:56 -0700 Subject: [PATCH] Update version to 1.3.5 --- code.json | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code.json b/code.json index 1ba18f56..77a58352 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.3.4", + "version": "1.3.5", "status": "Development", "permissions": { @@ -34,7 +34,7 @@ }, "date": { - "metadataLastUpdated": "2020-11-06" + "metadataLastUpdated": "2020-11-10" } } ] diff --git a/setup.py b/setup.py index 2861d39c..f82e05e7 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ if ssl_cert_file: setuptools.setup( name="geomag-algorithms", - version="1.3.4", + version="1.3.5", description="USGS Geomag Algorithms Library", url="https://github.com/usgs/geomag-algorithms", packages=setuptools.find_packages(exclude=["test*"]), -- GitLab