Skip to content

Commit 57337d2

Browse files
committed
REL: 1.11.0
1 parent 8b3ee06 commit 57337d2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ Mike Purvis (@mikepurvis) <mpurvis@clearpath.ai>
2121
Seth Hill (@sethrh) <sethh@quantumspatial.com>
2222
Sergey Magafurov (@smagafurov) <magafurov@tochka.com>
2323
Laurent Mazuel (@lmazuel) <lmazuel@microsoft.com>
24+
Igor Melnyk (@liminspace) <igormeln@gmail.com>

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, 8)
4+
__version = (1, 11, 0)
55

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

0 commit comments

Comments
 (0)