From 731031b1cf1fd09727b289af33472f39b2c1a036 Mon Sep 17 00:00:00 2001 From: Bashir Sadjad Date: Mon, 16 Jul 2018 10:52:30 -0400 Subject: [PATCH] Preparing release 0.4.1 (#301) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e960e32f2..9c7b7f5f3 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setuptools.setup( name='gcp_variant_transforms', - version='0.4.0', + version='0.4.1', description=('Tool for transforming and processing VCF files in a ' 'scalable manner based on Apache Beam'), author='Google',