8000
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 af196bb commit 46f3864Copy full SHA for 46f3864
pylsp_jsonrpc/_version.py
@@ -1,5 +1,5 @@
1
# Copyright 2017-2020 Palantir Technologies, Inc.
2
# Copyright 2021- Python Language Server Contributors.
3
4
-VERSION_INFO = (1, 0, 0)
+VERSION_INFO = (1, 1, 0, 'dev0')
5
__version__ = '.'.join(map(str, VERSION_INFO))
0 commit comments