8000 Release v1.0.0 · willrowe/python-lsp-server@76cc982 · GitHub
[go: up one dir, main page]

< 8000 a href="#start-of-content" data-skip-target-assigned="false" class="px-2 py-4 color-bg-accent-emphasis color-fg-on-emphasis show-on-focus js-skip-to-content">Skip to content

Commit 76cc982

Browse files
committed
Release v1.0.0
1 parent abe2bd0 commit 76cc982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylsp/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"""PyLSP versioning information."""
55

66

7-
VERSION_INFO = (1, 0, 0, 'dev0')
7+
VERSION_INFO = (1, 0, 0)
88
__version__ = '.'.join(map(str, VERSION_INFO))

0 commit comments

Comments
 (0)
0