From 9bb8f3d6aa67aab63c1a865d217575d4cb96a6e7 Mon Sep 17 00:00:00 2001 From: Eugene Prystupa Date: Fri, 19 Feb 2021 19:17:40 -0500 Subject: [PATCH] release a new version with the ability to query the bridge information --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d421db3..457e944 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="bond_api", - version="0.1.9", + version="0.1.10", packages=find_packages(exclude=['tests']), author="Eugene Prystupa",