Skip to content

Commit

Permalink
creating new release
Browse files Browse the repository at this point in the history
  • Loading branch information
elowy01 committed Jul 7, 2021
1 parent d835c16 commit 5049cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]'
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 = [
Expand Down

0 comments on commit 5049cf1

Please sign in to comment.