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.
2 parents e1138f2 + 4a34f21 commit 790c972Copy full SHA for 790c972
setup.py
@@ -10,7 +10,7 @@
10
11
setuptools.setup(
12
name="gnomad",
13
- version="0.0.1",
+ version="0.1.0",
14
author="The Genome Aggregation Database",
15
author_email="[email protected]",
16
description="Hail utilities for the Genome Aggregation Database",
@@ -28,6 +28,7 @@
28
"Intended Audience :: Science/Research",
29
"License :: OSI Approved :: MIT License",
30
"Programming Language :: Python :: 3",
31
+ "Development Status :: 4 - Beta",
32
],
33
python_requires=">=3.6",
34
install_requires=install_requires,
0 commit comments