8000 Back to work · SamLiu79/python-lsp-server@1e48b55 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 1e48b55

Browse files
committed
Back to work
1 parent 387ed37 commit 1e48b55

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, 2, 0)
7+
VERSION_INFO = (1, 3, 0, 'dev0')
88
__version__ = '.'.join(map(str, VERSION_INFO))

0 commit comments

Comments
 (0)
0