Skip to content

Commit

Permalink
Bump version: 0.0.6 → 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Lioscro committed Oct 20, 2019
1 parent 1d9207a commit cbdf22f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# kb_python
![](https://img.shields.io/badge/Version-0.0.6-informational)
![](https://img.shields.io/badge/Version-0.0.7-informational)
![](https://github.com/pachterlab/kb_python/workflows/CI/badge.svg)

A friendly wrapper around the kallisto | bustools pipeline for scRNA-seq analysis.
Expand Down
2 changes: 1 addition & 1 deletion kb_python/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .utils import check_dependencies

__version__ = '0.0.6'
__version__ = '0.0.7'
check_dependencies()
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.6
current_version = 0.0.7
commit = True
tag = True

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

setup(
name='kb_python',
version='0.0.6',
version='0.0.7',
url='https://github.com/pachterlab/kb_python',
author='Kyung Hoi (Joseph) Min',
author_email='[email protected]',
Expand Down

0 comments on commit cbdf22f

Please sign in to comment.