Skip to content

Commit b67f23c

Browse files
committed
REL: update version to 1.10.8
1 parent 15766cf commit b67f23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonrpc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .manager import JSONRPCResponseManager
22
from .dispatcher import Dispatcher
33

4-
__version = (1, 10, 7)
4+
__version = (1, 10, 8)
55

66
__version__ = version = '.'.join(map(str, __version))
77
__project__ = PROJECT = __name__

0 commit comments

Comments
 (0)