diff --git a/code.json b/code.json
index b713d0a7121023c09f160dab744d62d189e6ff41..c53fe29d1e0bd3c4f1123d50fc78cfb8ef282425 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.1",
+      "version": "1.3.2",
       "status": "Development",
 
       "permissions": {
diff --git a/setup.py b/setup.py
index 4635bef214b32ac939e39fd7249a016f03ddbe2e..c8c935f59835e9dbdb4281346494e40b4c6e158f 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ if ssl_cert_file:
 
 setuptools.setup(
     name="geomag-algorithms",
-    version="1.3.1",
+    version="1.3.2",
     description="USGS Geomag Algorithms Library",
     url="https://github.com/usgs/geomag-algorithms",
     packages=setuptools.find_packages(exclude=["test*"]),