Skip to content

Commit 0e5e245

Browse files
committed
working on new release
1 parent cdb72e8 commit 0e5e245

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

igsr_analysis.egg-info/PKG-INFO

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Metadata-Version: 2.1
22
Name: igsr-analysis
3-
Version: 1.0.1
3+
Version: 1.1.3
44
Summary: This package contains code that is relevant for the analysis (Mapping, BAM qc, Variant Calling, Filtering etc...) of IGSR data.
5-
Home-page: https://github.com/igsr/igsr_analysis/archive/refs/tags/v1.0.1.tar.gz
5+
Home-page: https://github.com/igsr/igsr_analysis/archive/refs/tags/v1.1.3.tar.gz
66
Author: Ernesto Lowy
77
Author-email: [email protected]
88
License: MIT

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
NAME = 'igsr_analysis'
1616
DESCRIPTION = 'This package contains code that is relevant for the analysis ' \
1717
'(Mapping, BAM qc, Variant Calling, Filtering etc...) of IGSR data.'
18-
URL = 'https://github.com/igsr/igsr_analysis/archive/refs/tags/v1.1.3.tar.gz'
18+
URL = 'https://github.com/igsr/igsr_analysis/archive/refs/tags/v1.1.4.tar.gz'
1919
2020
AUTHOR = 'Ernesto Lowy'
2121
REQUIRES_PYTHON = '>=3.0.0'
22-
VERSION = 'v1.1.3'
22+
VERSION = 'v1.1.4'
2323

2424
# What packages are required for this module to be executed?
2525
REQUIRED = [

0 commit comments

Comments
 (0)