diff --git a/package-lock.json b/package-lock.json index da4f20ff95d3..387a16a2089d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "python", - "version": "2021.5.0-rc", + "version": "2021.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "python", - "version": "2021.5.0-dev", + "version": "2021.5.0", "license": "MIT", "dependencies": { "arch": "^2.1.0", diff --git a/package.json b/package.json index 84075cfd69ee..3bcdafb725b2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "python", "displayName": "Python", "description": "IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), Jupyter Notebooks, code formatting, refactoring, unit tests, and more.", - "version": "2021.5.0-rc", + "version": "2021.5.0", "featureFlags": { "usingNewInterpreterStorage": true },