Skip to content

Commit cf59a2e

Browse files
committed
Merge branch 'master' of github.com:krassowski/jupyterlab-lsp
2 parents 541a377 + 1aebc44 commit cf59a2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pr:
1111
variables:
1212
PYTHONUNBUFFERED: 1
1313
YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn
14-
PY_JLSP_VERSION: 0.6.0b
14+
PY_JLSP_VERSION: 0.6.0b0
1515
JS_JLLSP_VERSION: 0.5.0
1616

1717
jobs:

py_src/jupyter_lsp/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
""" single source of truth for jupyter_lsp version
22
"""
3-
__version__ = "0.6.0b"
3+
__version__ = "0.6.0b0"

0 commit comments

Comments
 (0)