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 8b3ee06 commit 57337d2Copy full SHA for 57337d2
AUTHORS
@@ -21,3 +21,4 @@ Mike Purvis (@mikepurvis) <mpurvis@clearpath.ai>
21
Seth Hill (@sethrh) <sethh@quantumspatial.com>
22
Sergey Magafurov (@smagafurov) <magafurov@tochka.com>
23
Laurent Mazuel (@lmazuel) <lmazuel@microsoft.com>
24
+Igor Melnyk (@liminspace) <igormeln@gmail.com>
jsonrpc/__init__.py
@@ -1,7 +1,7 @@
1
from .manager import JSONRPCResponseManager
2
from .dispatcher import Dispatcher
3
4
-__version = (1, 10, 8)
+__version = (1, 11, 0)
5
6
__version__ = version = '.'.join(map(str, __version))
7
__project__ = PROJECT = __name__
0 commit comments