From 77aad8190b7cff03129289b13dd07a88b45eafbe Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Sat, 4 Nov 2017 23:21:19 +0300 Subject: [PATCH] Pyuavcan version bumo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 952a236..5416702 100755 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ ], install_requires=[ 'setuptools>=18.5', - 'uavcan>=1.0.0.dev28', + 'uavcan>=1.0.0.dev29', 'qtawesome>=0.3.1', 'qtconsole>=4.2.0', 'pyyaml>=3.10',