diff --git a/code.json b/code.json
index 495a236dccab2146c2c23230bc8d3b864a9c3fb0..a0d4f9bf31425d7fe9e3cc9ef60e1e384c8cd190 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.2.0",
+      "version": "1.2.1",
       "status": "Development",
   
       "permissions": {
@@ -34,7 +34,7 @@
       },
   
       "date": {
-        "metadataLastUpdated": "2020-09-29"
+        "metadataLastUpdated": "2020-10-07"
       }
     }
   ]
diff --git a/package.json b/package.json
deleted file mode 100644
index fb70b6808f7ff85bd78a3f9c56c463cbfcbe1a49..0000000000000000000000000000000000000000
--- a/package.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
-  "name": "geomag-algorithms",
-  "version": "1.2.0",
-  "homepage": "http://geomag.usgs.gov/",
-  "repository": "https://github.com/usgs/geomag-algorithms.git",
-  "description": "Geomagnetism algorithms.",
-  "author": {
-    "name": "Jeremy Fee",
-    "email": "jmfee@usgs.gov"
-  },
-  "contributors": [
-    {
-      "name": "Abram Claycomb",
-      "email": "aclaycomb@usgs.gov"
-    }
-  ],
-  "keywords": [
-    "usgs",
-    "geomag",
-    "hazdev"
-  ],
-  "scripts": {
-    "clean": "rimraf '**/*.pyc'",
-    "coverage": "pytest --cov=geomagio --cov-report xml",
-    "lint": "flake8 && echo \"No linting errors found\"",
-    "test": "pytest test",
-    "watch": "npm-watch"
-  },
-  "watch": {
-    "lint": {
-      "extensions": "py",
-      "patterns": [
-        "bin",
-        "geomagio",
-        "test"
-      ]
-    },
-    "test": {
-      "extensions": "py",
-      "patterns": [
-        "bin",
-        "geomagio",
-        "test"
-      ]
-    }
-  },
-  "license": "Public Domain",
-  "dependencies": {},
-  "devDependencies": {
-    "npm-watch": "^0.3.0",
-    "rimraf": "^2.6.2"
-  },
-  "engines": {
-    "node": ">=4"
-  }
-}
diff --git a/setup.py b/setup.py
index 0e710be724d72a17fd0fb8c6b85ae4229a1bb6d1..934f63a531575317cbcd15a76d0fde417da2fdfb 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ if ssl_cert_file:
 
 setuptools.setup(
     name="geomag-algorithms",
-    version="1.2.0",
+    version="1.2.1",
     description="USGS Geomag Algorithms Library",
     url="https://github.com/usgs/geomag-algorithms",
     packages=setuptools.find_packages(exclude=["test*"]),