We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8366126 commit 1fc0af9Copy full SHA for 1fc0af9
2 files changed
Allo/__init__.py
@@ -1,4 +1,4 @@
1
from . import predictPeak
2
from . import allocation
3
4
-__version__ = '1.0.2'
+__version__ = '1.0.3'
setup.py
@@ -2,13 +2,13 @@
setup(
name='bio-allo',
5
- version='1.0.2',
+ version='1.0.3',
6
author='Alexis Morrissey',
7
author_email='anm5579@psu.edu',
8
packages=['Allo'],
9
python_requires='>=3.10, <3.11',
10
scripts=['Allo/allo'],
11
- url='https://github.com/seqcode/allo/archive/refs/tags/v1.0.2.tar.gz',
+ url='https://github.com/seqcode/allo/archive/refs/tags/v1.0.3.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