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