From 3890d6d3ff55059f024a27e03497d09f95484af6 Mon Sep 17 00:00:00 2001 From: Kalin Nonchev <50597791+KalinNonchev@users.noreply.github.com> Date: Mon, 17 May 2021 19:29:28 +0300 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 140adda..7771d89 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='gnomad_db', - version='0.0.3-p', + version='0.0.4', description='This package scales the huge gnomAD files to a SQLite database, which is easy and fast to query. It extracts from a gnomAD vcf the minor allele frequency for each variant.', author='KalinNonchev', author_email='boo@foo.com',