Skip to content

Commit

Permalink
Update setup.py (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
KalinNonchev authored Nov 4, 2023
1 parent ec0cdbe commit 01ef68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='gnomad_db',
version='0.1.3',
version='0.1.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='[email protected]',
Expand Down

0 comments on commit 01ef68a

Please sign in to comment.