Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
caelean committed Nov 13, 2024
1 parent 4898b6a commit c9598a7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bundled/tool/lsp_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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.10.3", max_workers=MAX_WORKERS
name="Tach", version="0.14.3", max_workers=MAX_WORKERS
)


Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pip==24.0
pytest==8.2.2
pyright==1.1.377
ruff==0.4.1
tach==0.10.3
tach==0.14.3
# LSP
pygls==1.3.1
nox==2024.4.15
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.10.3",
"version": "0.14.3",
"preview": true,
"serverInfo": {
"name": "Tach",
Expand Down

0 comments on commit c9598a7

Please sign in to comment.