diff --git a/package-lock.json b/package-lock.json index 48cb0f894cfe..0a41d379e4db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "python", - "version": "2023.20.0-rc", + "version": "2023.20.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "python", - "version": "2023.20.0-rc", + "version": "2023.20.0", "license": "MIT", "dependencies": { "@iarna/toml": "^2.2.5", diff --git a/package.json b/package.json index 56254794d65c..47d9c1b7106d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "python", "displayName": "Python", "description": "IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), code formatting, refactoring, unit tests, and more.", - "version": "2023.20.0-rc", + "version": "2023.20.0", "featureFlags": { "usingNewInterpreterStorage": true },