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 bae3c1b commit 7e43593Copy full SHA for 7e43593
pylsp/_version.py
@@ -3,5 +3,5 @@
3
4
"""PyLSP versioning information."""
5
6
-VERSION_INFO = (1, 4, 0, 'dev0')
+VERSION_INFO = (1, 3, 3)
7
__version__ = '.'.join(map(str, VERSION_INFO))
0 commit comments