Skip to content

Commit

Permalink
Fixing pypi issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Morrissey committed May 9, 2024
1 parent b5f970b commit d553be8
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 @@ -2,13 +2,13 @@

setup(
name='bio-allo',
version='1.1.0',
version='1.1.1',
author='Alexis Morrissey',
author_email='anm5579@psu.edu',
packages=['Allo'],
python_requires='>=3.10',
scripts=['Allo/allo'],
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',
license='LICENSE.txt',
description='A multi-mapped read rescue strategy for ChIP-seq data',
include_package_data = True,
Expand Down

0 comments on commit d553be8

Please sign in to comment.