diff --git a/package-lock.json b/package-lock.json index d3a844157f2b..dd46674ab3fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "python", - "version": "2024.16.1", + "version": "2024.16.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "python", - "version": "2024.16.1", + "version": "2024.16.2", "license": "MIT", "dependencies": { "@iarna/toml": "^2.2.5", diff --git a/package.json b/package.json index 9824c5150236..d32d0071086f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "python", "displayName": "Python", "description": "Python language support with extension access points for IntelliSense (Pylance), Debugging (Python Debugger), linting, formatting, refactoring, unit tests, and more.", - "version": "2024.16.1", + "version": "2024.16.2", "featureFlags": { "usingNewInterpreterStorage": true },