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 15766cf commit b67f23cCopy full SHA for b67f23c
jsonrpc/__init__.py
@@ -1,7 +1,7 @@
1
from .manager import JSONRPCResponseManager
2
from .dispatcher import Dispatcher
3
4
-__version = (1, 10, 7)
+__version = (1, 10, 8)
5
6
__version__ = version = '.'.join(map(str, __version))
7
__project__ = PROJECT = __name__
0 commit comments