Skip to content

Commit b2cd72b

Browse files
committed
Back to work
1 parent 0b998e2 commit b2cd72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyls_spyder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88

99
"""Spyder extensions for the python-language-server."""
1010

11-
VERSION_INFO = (0, 4, 0)
11+
VERSION_INFO = (0, 4, 1, 'dev0')
1212
__version__ = '.'.join(map(str, VERSION_INFO))

0 commit comments

Comments
 (0)