From b8c4d7c58d2e01445d7438521f44467bc38af26c Mon Sep 17 00:00:00 2001 From: Vaughan Sharman Date: Tue, 7 Oct 2014 15:38:24 +0100 Subject: [PATCH] incrementing build number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a6a492e..ff0a9cb 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ # required = f.read().splitlines() setup(name='servicemanager', - version='0.0.15', + version='0.0.16', description='A python tool to manage developing and testing with lots of microservices', url='https://github.com/hmrc/service-manager', author='vaughansharman',