diff --git a/package-lock.json b/package-lock.json index e9a29bf8b390..9c8fe30afce6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "python", - "version": "2021.5.2", + "version": "2021.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2156255a64cf..dc8c703e90ef 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": "2021.5.2", + "version": "2021.5.3", "featureFlags": { "usingNewInterpreterStorage": true },