Skip to content

Commit 1aebc44

Browse files
authored
Merge pull request #74 from bollwyvl/fix/pep-440-version
use PEP 440 version specs
2 parents c781693 + 543ac4a commit 1aebc44

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)