Skip to content
Snippets Groups Projects
Commit 6cc972ae authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Update version to 1.3.3

parent 31683d6e
No related branches found
Tags 1.3.3
1 merge request!146Release CMO metadata to production
Pipeline #25975 passed with warnings
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"name": "geomag-algorithms", "name": "geomag-algorithms",
"organization": "U.S. Geological Survey", "organization": "U.S. Geological Survey",
"description": "Library for processing Geomagnetic timeseries data.", "description": "Library for processing Geomagnetic timeseries data.",
"version": "1.3.2", "version": "1.3.3",
"status": "Development", "status": "Development",
"permissions": { "permissions": {
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
}, },
"date": { "date": {
"metadataLastUpdated": "2020-11-05" "metadataLastUpdated": "2020-11-06"
} }
} }
] ]
...@@ -9,7 +9,7 @@ if ssl_cert_file: ...@@ -9,7 +9,7 @@ if ssl_cert_file:
setuptools.setup( setuptools.setup(
name="geomag-algorithms", name="geomag-algorithms",
version="1.3.2", version="1.3.3",
description="USGS Geomag Algorithms Library", description="USGS Geomag Algorithms Library",
url="https://github.com/usgs/geomag-algorithms", url="https://github.com/usgs/geomag-algorithms",
packages=setuptools.find_packages(exclude=["test*"]), packages=setuptools.find_packages(exclude=["test*"]),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment