Skip to content

Commit

Permalink
buuump
Browse files Browse the repository at this point in the history
  • Loading branch information
caelean committed Jun 14, 2024
1 parent f4d7165 commit 29e7877
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bundled/tool/lsp_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def update_sys_path(path_to_add: str, strategy: str) -> None:
MAX_WORKERS = 5
# TODO: Centralize version
LSP_SERVER = server.LanguageServer(
name="Tach", version="0.5.2", max_workers=MAX_WORKERS
name="Tach", version="0.5.21", max_workers=MAX_WORKERS
)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tach",
"displayName": "Tach",
"description": "Linting support for python files using `tach`.",
"version": "0.5.2",
"version": "0.5.21",
"preview": true,
"serverInfo": {
"name": "Tach",
Expand Down

0 comments on commit 29e7877

Please sign in to comment.