We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f970b commit d553be8Copy full SHA for d553be8
1 file changed
setup.py
@@ -2,13 +2,13 @@
2
3
setup(
4
name='bio-allo',
5
- version='1.1.0',
+ version='1.1.1',
6
author='Alexis Morrissey',
7
author_email='anm5579@psu.edu',
8
packages=['Allo'],
9
python_requires='>=3.10',
10
scripts=['Allo/allo'],
11
- url='https://github.com/seqcode/allo/archive/refs/tags/1.1.0.tar.gz',
+ url='https://github.com/seqcode/allo/archive/refs/tags/1.1.1.tar.gz',
12
license='LICENSE.txt',
13
description='A multi-mapped read rescue strategy for ChIP-seq data',
14
include_package_data = True,
0 commit comments