diff --git a/setup.py b/setup.py index 849fd2d0ea41d39b9a85d22a2e901cc65b9abb84..7a066f00f9d4afcde8d965035428d61cd501eb45 100644 --- a/setup.py +++ b/setup.py @@ -16,14 +16,14 @@ from setuptools import setup, find_packages setup( name="snakemake_wrappers", - version=0.4, + version=0.4.1, description="Snakemake wrappers and rules that can be included in snakemake workflows.", author="Blaise Li", author_email="blaise.li@normalesup.org", license="GNU GPLv3", packages=find_packages(), install_requires=[ - "libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@5ac2b62e23a1b28f54d1ce2a483c8df082dfbebc", + "libhts @ git+https://gitlab.pasteur.fr/bli/libhts.git@36d33ac2c366c0f0702ab50fdcab37261add7b9c", "libworkflows @ git+https://gitlab.pasteur.fr/bli/libworkflows.git@b29b854ff1db6c87386007808286207b8af11b9d", "libreads @ git+https://gitlab.pasteur.fr/bli/libreads.git@91db379cd379f8f12fccdd3840d4369b7f09d444", "pandas",