Skip to content

Commit 7ab97db

Browse files
committed
Release suffix can be empty
1 parent 4749fbe commit 7ab97db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_packages/jupyterlab_lsp/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def get_data_files():
3030

3131
_version = json.loads(LAB_PACKAGE_PATH.read_text(encoding="utf-8"))["version"]
3232
_release = re.findall(
33-
r"""__release__ = "([^"]+)"$""",
33+
r"""__release__ = "([^"]*)"$""",
3434
(Path(__file__).parent / "jupyterlab_lsp" / "_version.py").read_text(
3535
encoding="utf-8"
3636
),

0 commit comments

Comments
 (0)