Skip to content

Commit 46f3864

Browse files
committed
Back to work
1 parent af196bb commit 46f3864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylsp_jsonrpc/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright 2017-2020 Palantir Technologies, Inc.
22
# Copyright 2021- Python Language Server Contributors.
33

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

0 commit comments

Comments
 (0)