diff --git a/package-lock.json b/package-lock.json index 3e98a514d26a..21e99814f3e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "python", - "version": "2023.22.0", + "version": "2023.22.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "python", - "version": "2023.22.0", + "version": "2023.22.1", "license": "MIT", "dependencies": { "@iarna/toml": "^2.2.5", diff --git a/package.json b/package.json index f1a658652d8d..16752548610e 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,9 @@ "name": "python", "displayName": "Python", "description": "IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), code formatting, refactoring, unit tests, and more.", - "version": "2023.22.0", + "version": "2023.22.1", "featureFlags": { + "usingNewInterpreterStorage": true }, "capabilities": {