We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e35e9 commit edbebf6Copy full SHA for edbebf6
setup.py
@@ -38,7 +38,7 @@
38
39
setuptools.setup(
40
name='gcp_variant_transforms',
41
- version='0.0.0',
+ version='0.2.0',
42
description=('Tool for transforming and processing VCF files in a '
43
'scalable manner based on Apache Beam'),
44
author='Google',
@@ -47,7 +47,7 @@
47
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers for the list
48
# of values.
49
classifiers=[
50
- 'Development Status :: 2 - Pre-Alpha',
+ 'Development Status :: 3 - Alpha',
51
'Intended Audience :: Developers',
52
'Topic :: Scientific/Engineering :: Bio-Informatics',
53
'Topic :: Scientific/Engineering :: Information Analysis',
0 commit comments