From 2ba7948f9561683ff8994feed1f8e7ad41a0de4b Mon Sep 17 00:00:00 2001 From: mhchia Date: Tue, 3 Sep 2019 18:52:55 +0800 Subject: [PATCH] Update bindings version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9ddfbd12..aa1aee77 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ extras_require = { "pytest-asyncio>=0.10.0,<1.0.0", "pexpect>=4.6,<5", # FIXME: Master branch. Use PyPI instead after it is released. - "p2pclient @ git+https://git@github.com/mhchia/py-libp2p-daemon-bindings@2647296", + "p2pclient @ git+https://git@github.com/mhchia/py-libp2p-daemon-bindings@19d6c1d", ], "lint": [ "mypy>=0.701,<1.0",