From 1ff948417f5134f0468b2c226157b8fad2aa4537 Mon Sep 17 00:00:00 2001 From: Allie Chen <36679499+allieychen@users.noreply.github.com> Date: Tue, 29 Jan 2019 14:04:17 -0500 Subject: [PATCH] update the version number (#437) Update the version number for a new release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 85815a617..bda435d2b 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ setuptools.setup( name='gcp_variant_transforms', - version='0.5.1', + version='0.6.0', description=('Tool for transforming and processing VCF files in a ' 'scalable manner based on Apache Beam'), author='Google',