From 5049cf1c1148431385e59bc5497c22372157cacd Mon Sep 17 00:00:00 2001 From: elowy01 Date: Wed, 7 Jul 2021 11:26:11 +0100 Subject: [PATCH] creating new release --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index de1d3c65..93a909eb 100644 --- a/setup.py +++ b/setup.py @@ -15,11 +15,11 @@ NAME = 'igsr_analysis' DESCRIPTION = 'This package contains code that is relevant for the analysis ' \ '(Mapping, BAM qc, Variant Calling, Filtering etc...) of IGSR data.' -URL = 'https://github.com/igsr/igsr_analysis/archive/refs/tags/v1.1.2.tar.gz' +URL = 'https://github.com/igsr/igsr_analysis/archive/refs/tags/v1.1.3.tar.gz' EMAIL = 'ernestolowy@gmail.com' AUTHOR = 'Ernesto Lowy' REQUIRES_PYTHON = '>=3.0.0' -VERSION = 'v1.1.2' +VERSION = 'v1.1.3' # What packages are required for this module to be executed? REQUIRED = [