diff --git a/VERSION b/VERSION index 6f4eebd..100435b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.1 +0.8.2 diff --git a/python/pyproject.toml b/python/pyproject.toml index 25dc91e..a4568a7 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "vscode-common-python-lsp" -version = "0.8.1" +version = "0.8.2" description = "Shared Python utilities for VS Code Python tool extensions" readme = "README.md" license = "MIT" diff --git a/typescript/package-lock.json b/typescript/package-lock.json index f904286..1f9e7e1 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vscode/common-python-lsp", - "version": "0.8.1", + "version": "0.8.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vscode/common-python-lsp", - "version": "0.8.1", + "version": "0.8.2", "license": "MIT", "dependencies": { "@vscode/python-environments": "https://pkgs.dev.azure.com/azure-public/vside/_packaging/msft_consumption/npm/registry/@vscode/python-environments/-/python-environments-1.0.0.tgz", diff --git a/typescript/package.json b/typescript/package.json index 5d7ec8d..2379b5d 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@vscode/common-python-lsp", - "version": "0.8.1", + "version": "0.8.2", "description": "Shared TypeScript utilities for VS Code Python tool extensions", "main": "dist/index.js", "types": "dist/index.d.ts",