From 947a46f1ebf2b0692f665eb9044f99966a1f7828 Mon Sep 17 00:00:00 2001 From: Amanda Wang Date: Fri, 7 Sep 2018 07:05:58 -0400 Subject: [PATCH] bump to 0.2 (#79) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 35066749d1d..aed362d946e 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='cloudtools', - version='1.1.16', + version='1.2.0', description='Collection of utilities for working on the Google Cloud Platform.', url='https://github.com/Nealelab/cloudtools', author='Liam Abbott',