From b74fb62ec286f58ec5872344ad4cccffa0e8ff29 Mon Sep 17 00:00:00 2001 From: Robert Dyer Date: Thu, 12 Sep 2019 01:57:01 -0400 Subject: [PATCH] release 0.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 47bcf6e..dd46d66 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="boa-api", - version="0.1.0", + version="0.1.1", author="Boa Project", author_email="boasupport@iastate.edu", description="Client API for using the Boa infrastructure",