diff --git a/package-lock.json b/package-lock.json index d5627b6cf714..c66d9868ac9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "python", - "version": "2024.0.0-rc", + "version": "2024.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "python", - "version": "2024.0.0-rc", + "version": "2024.0.0", "license": "MIT", "dependencies": { "@iarna/toml": "^2.2.5", diff --git a/package.json b/package.json index 61c5c4659795..26309cd9d21b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "python", "displayName": "Python", "description": "IntelliSense (Pylance), Linting, Debugging (Python Debugger), code formatting, refactoring, unit tests, and more.", - "version": "2024.0.0-rc", + "version": "2024.0.0", "featureFlags": { "usingNewInterpreterStorage": true },