We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067c335 commit 977ca39Copy full SHA for 977ca39
pylsp/_version.py
@@ -4,5 +4,5 @@
4
"""PyLSP versioning information."""
5
6
7
-VERSION_INFO = (1, 0, 1)
+VERSION_INFO = (1, 1, 0, 'dev0')
8
__version__ = '.'.join(map(str, VERSION_INFO))
0 commit comments