diff --git a/pyproject.toml b/pyproject.toml index e75a033..d331353 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pylspclient" -version = "0.0.2" +version = "0.0.3" description = "LSP client implementation in Python" authors = ["yeger00 "] readme = "README.md"