From 9be427d3346c15e5e7ab331d4a312e5a83477cee Mon Sep 17 00:00:00 2001 From: Richard Kellnberger Date: Tue, 3 Sep 2024 18:53:41 +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 afd45a4..5c2c6c5 100644 --- a/pylsp_mypy/_version.py +++ b/pylsp_mypy/_version.py @@ -1 +1 @@ -__version__ = "0.6.8" +__version__ = "0.6.9"