From 81cf8f4897871e5f57dd653c4ae241a34c135cb0 Mon Sep 17 00:00:00 2001 From: Richard Kellnberger Date: Sun, 9 Oct 2022 21:01:05 +0200 Subject: [PATCH] version bump --- pylsp_mypy/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylsp_mypy/_version.py b/pylsp_mypy/_version.py index 22049ab..63af887 100644 --- a/pylsp_mypy/_version.py +++ b/pylsp_mypy/_version.py @@ -1 +1 @@ -__version__ = "0.6.2" +__version__ = "0.6.3"