We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997add1 commit 02645a2Copy full SHA for 02645a2
1 file changed
setup.py
@@ -17,10 +17,10 @@
17
kwargs["use_2to3"] = True
18
19
setup(name='msgpack-rpc-python',
20
- version='0.2.1',
+ version='0.2.2',
21
author='Masahiro Nakagawa',
22
author_email='repeatedly@gmail.com',
23
- url="https://github.com/msgpack/msgpack-rpc",
+ url="https://github.com/msgpack/msgpack-rpc-python",
24
description="MessagePack RPC",
25
long_description="""\
26
MessagePack RPC for Python.
0 commit comments