diff --git a/code.json b/code.json index 1ba18f56bfa75a3f6f49182e6edd1cacc91e6a0e..77a58352059c97331609414858ec5501f96a6263 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 2861d39c80e58b12d243203b1322c1b3f0b32cb0..f82e05e7e19d5217077a2ebedabd2657b1daeaa7 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*"]),