We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 541a377 + 1aebc44 commit cf59a2eCopy full SHA for cf59a2e
azure-pipelines.yml
@@ -11,7 +11,7 @@ pr:
11
variables:
12
PYTHONUNBUFFERED: 1
13
YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn
14
- PY_JLSP_VERSION: 0.6.0b
+ PY_JLSP_VERSION: 0.6.0b0
15
JS_JLLSP_VERSION: 0.5.0
16
17
jobs:
py_src/jupyter_lsp/_version.py
@@ -1,3 +1,3 @@
1
""" single source of truth for jupyter_lsp version
2
"""
3
-__version__ = "0.6.0b"
+__version__ = "0.6.0b0"
0 commit comments