Skip to content

Commit d553be8

Browse files
author
Alexis Morrissey
committed
Fixing pypi issues
1 parent b5f970b commit d553be8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
setup(
44
name='bio-allo',
5-
version='1.1.0',
5+
version='1.1.1',
66
author='Alexis Morrissey',
77
author_email='anm5579@psu.edu',
88
packages=['Allo'],
99
python_requires='>=3.10',
1010
scripts=['Allo/allo'],
11-
url='https://github.com/seqcode/allo/archive/refs/tags/1.1.0.tar.gz',
11+
url='https://github.com/seqcode/allo/archive/refs/tags/1.1.1.tar.gz',
1212
license='LICENSE.txt',
1313
description='A multi-mapped read rescue strategy for ChIP-seq data',
1414
include_package_data = True,

0 commit comments

Comments
 (0)