Skip to content

Commit

Permalink
Bump version: 0.0.5 → 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Lioscro committed Oct 20, 2019
1 parent 7ef3116 commit 80f5d28
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.5-informational)
![](https://img.shields.io/badge/Version-0.0.6-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.5'
__version__ = '0.0.6'
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.5
current_version = 0.0.6
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.5',
version='0.0.6',
url='https://github.com/pachterlab/kb_python',
author='Kyung Hoi (Joseph) Min',
author_email='[email protected]',
Expand Down

0 comments on commit 80f5d28

Please sign in to comment.