Skip to content

Commit 977ca39

Browse files
committed
Back to work
1 parent 067c335 commit 977ca39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylsp/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"""PyLSP versioning information."""
55

66

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

0 commit comments

Comments
 (0)