From 563f789bb0cf5e1eff3e12adda0d077f269d88f6 Mon Sep 17 00:00:00 2001 From: amybrandwatch Date: Thu, 15 Sep 2016 13:58:51 -0400 Subject: [PATCH] Update to allow projects and queries to be initialised with ID's as well as names --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ea01bb9..44b71ff 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='bwapi', - version='1.0.8', + version='1.0.9', description='A software development kit for the Brandwatch API',