diff --git a/package-lock.json b/package-lock.json index c4ef70db92e3..817adbbfa2f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "python", - "version": "2024.2.0", + "version": "2024.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "python", - "version": "2024.2.0", + "version": "2024.2.1", "license": "MIT", "dependencies": { "@iarna/toml": "^2.2.5", diff --git a/package.json b/package.json index 974942d53103..bd24d40a7c1e 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.2.0", + "version": "2024.2.1", "featureFlags": { "usingNewInterpreterStorage": true },