Skip to content

Commit

Permalink
Bump version: 0.0.2 → 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lioscro committed Oct 17, 2019
1 parent 71379b0 commit 3548255
Show file tree
Hide file tree
Showing 4 changed files with 5 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
Version: v0.0.2
Version: v0.0.3
![](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.2'
__version__ = '0.0.3'
check_dependencies()
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.2
current_version = 0.0.3
commit = True
tag = False

Expand Down Expand Up @@ -36,3 +36,4 @@ split_before_first_argument = True
split_before_logical_operator = True
split_before_named_assigns = True
split_complex_comprehension = True

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.2',
version='0.0.3',
url='https://github.com/pachterlab/kb_python',
author='Kyung Hoi (Joseph) Min',
author_email='phoenixter96@gmail.com',
Expand Down

0 comments on commit 3548255

Please sign in to comment.