Skip to content

Commit 4749fbe

Browse files
committed
Remove rc tags
1 parent cdee4d1 commit 4749fbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
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__ = "1.0.0rc0"
3+
__version__ = "1.0.0"

python_packages/jupyterlab_lsp/jupyterlab_lsp/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88

99
__all__ = ["__version__"]
1010
# value should conform to https://www.python.org/dev/peps/pep-0440/
11-
__release__ = "rc0"
11+
__release__ = ""
1212
__version__ = f"{_js_version}{__release__}"

0 commit comments

Comments
 (0)