diff --git a/package-lock.json b/package-lock.json index e39a9ca3fa55..9ac68a7bfbdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "python", - "version": "2023.10.0", + "version": "2023.10.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "python", - "version": "2023.10.0", + "version": "2023.10.1", "license": "MIT", "dependencies": { "@iarna/toml": "^2.2.5", diff --git a/package.json b/package.json index b2d6635ffe4b..86e2c4f6f5f3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "python", "displayName": "Python", "description": "IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), Jupyter Notebooks, code formatting, refactoring, unit tests, and more.", - "version": "2023.10.0", + "version": "2023.10.1", "featureFlags": { "usingNewInterpreterStorage": true },