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 0b998e2 commit b2cd72bCopy full SHA for b2cd72b
pyls_spyder/__init__.py
@@ -8,5 +8,5 @@
8
9
"""Spyder extensions for the python-language-server."""
10
11
-VERSION_INFO = (0, 4, 0)
+VERSION_INFO = (0, 4, 1, 'dev0')
12
__version__ = '.'.join(map(str, VERSION_INFO))
0 commit comments