Skip to content

Commit

Permalink
Merge pull request #70 from mjsteinbaugh/master
Browse files Browse the repository at this point in the history
Ensure version is current (1.0.9)
  • Loading branch information
roryk authored Mar 14, 2023
2 parents acf3113 + f48899d commit 0cc7c74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.8',
version='1.0.9',
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.7"
VERSION = "1.0.9"

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

0 comments on commit 0cc7c74

Please sign in to comment.