Skip to content

Commit 790c972

Browse files
authored
Merge pull request #183 from broadinstitute/beta-tag
Bump version and add beta tag
2 parents e1138f2 + 4a34f21 commit 790c972

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name="gnomad",
13-
version="0.0.1",
13+
version="0.1.0",
1414
author="The Genome Aggregation Database",
1515
author_email="[email protected]",
1616
description="Hail utilities for the Genome Aggregation Database",
@@ -28,6 +28,7 @@
2828
"Intended Audience :: Science/Research",
2929
"License :: OSI Approved :: MIT License",
3030
"Programming Language :: Python :: 3",
31+
"Development Status :: 4 - Beta",
3132
],
3233
python_requires=">=3.6",
3334
install_requires=install_requires,

0 commit comments

Comments
 (0)