Skip to content

Commit edbebf6

Browse files
committed
Set version to 0.2.0.
1 parent f6e35e9 commit edbebf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
setuptools.setup(
4040
name='gcp_variant_transforms',
41-
version='0.0.0',
41+
version='0.2.0',
4242
description=('Tool for transforming and processing VCF files in a '
4343
'scalable manner based on Apache Beam'),
4444
author='Google',
@@ -47,7 +47,7 @@
4747
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers for the list
4848
# of values.
4949
classifiers=[
50-
'Development Status :: 2 - Pre-Alpha',
50+
'Development Status :: 3 - Alpha',
5151
'Intended Audience :: Developers',
5252
'Topic :: Scientific/Engineering :: Bio-Informatics',
5353
'Topic :: Scientific/Engineering :: Information Analysis',

0 commit comments

Comments
 (0)