Skip to content

Commit

Permalink
v1.0.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
roryk committed Nov 5, 2019
1 parent fb53c69 commit 91ed615
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.6
- Fix for the python3 fix.

## 1.0.5
- Fix for cb_filter with python3.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read(fname):

setup(
name='umis',
version='1.0.5',
version='1.0.6',
description='Package for estimating UMI counts in Transcript Tag Counting data.',
packages=find_packages(),
install_requires=['click', 'pysam>=0.8.3', 'pandas', 'regex', 'scipy', 'toolz'],
Expand Down
2 changes: 1 addition & 1 deletion umis/umis.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import scipy.io, scipy.sparse
import click

VERSION = "1.0.5"
VERSION = "1.0.6"

logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 91ed615

Please sign in to comment.