8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387ed37 commit 1e48b55Copy full SHA for 1e48b55
pylsp/_version.py
@@ -4,5 +4,5 @@
4
"""PyLSP versioning information."""
5
6
7
-VERSION_INFO = (1, 2, 0)
+VERSION_INFO = (1, 3, 0, 'dev0')
8
__version__ = '.'.join(map(str, VERSION_INFO))
0 commit comments