From 5bd2071183cb3d4cdc9f1ce19f3f39a82dba7021 Mon Sep 17 00:00:00 2001 From: jkgoodrich <33063077+jkgoodrich@users.noreply.github.com> Date: Tue, 31 Oct 2023 12:49:49 -0600 Subject: [PATCH] Update setup.py for 0.7.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f7c07a374..a482c225d 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setuptools.setup( name="gnomad", - version="0.7.0", + version="0.7.1", author="The Genome Aggregation Database", author_email="gnomad@broadinstitute.org", description="Hail utilities for the Genome Aggregation Database",