Skip to content

Commit 5208967

Browse files
committed
Release v1.3.0
1 parent fdc7084 commit 5208967

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pylsp/_version.py

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

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

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

0 commit comments

Comments
 (0)