We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b321a commit 6cd7de0Copy full SHA for 6cd7de0
atactk/__init__.py
@@ -9,4 +9,4 @@
9
10
__author__ = 'The Parker Lab'
11
__email__ = 'parkerlab-software@umich.edu'
12
-__version__ = '0.1.5'
+__version__ = '0.1.6'
setup.py
@@ -20,7 +20,7 @@
20
21
setup(
22
name='atactk',
23
- version='0.1.5',
+ version='0.1.6',
24
description="A toolkit for working with ATAC-seq data.",
25
long_description=readme + '\n\n',
26
author="The Parker Lab",
0 commit comments