From 6f089ab94cf8d428e8b9b935955e461c96907125 Mon Sep 17 00:00:00 2001 From: Allie Chen <36679499+allieychen@users.noreply.github.com> Date: Tue, 27 Nov 2018 14:40:26 -0500 Subject: [PATCH] update the version (#424) Update the version for the new release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 00494bcf7..104d35023 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ def run(self): setuptools.setup( name='gcp_variant_transforms', - version='0.5.0', + version='0.5.1', description=('Tool for transforming and processing VCF files in a ' 'scalable manner based on Apache Beam'), author='Google',