diff --git a/setup.py b/setup.py index cc8ece6..93146ff 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="open-variant", - version="0.3.15", + version="0.4.0", author="BBGLab - Barcelona Biomedical Genomics Lab", packages=find_packages(exclude=['*.tests', '*.tests.*', 'tests.*', 'tests', 'plugins']), include_package_data=True,