Skip to content

Commit 534b6b5

Browse files
committed
Back to work
1 parent fca5cd0 commit 534b6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pylsp/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
"""PyLSP versioning information."""
55

6-
VERSION_INFO = (1, 3, 1)
6+
VERSION_INFO = (1, 4, 0, 'dev0')
77
__version__ = '.'.join(map(str, VERSION_INFO))

0 commit comments

Comments
 (0)