diff --git a/README.md b/README.md index 5b1601b..0338968 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/kb_python/__init__.py b/kb_python/__init__.py index afe14c5..1108b5e 100644 --- a/kb_python/__init__.py +++ b/kb_python/__init__.py @@ -1,4 +1,4 @@ from .utils import check_dependencies -__version__ = '0.0.2' +__version__ = '0.0.3' check_dependencies() diff --git a/setup.cfg b/setup.cfg index d2fd2cc..2652971 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.2 +current_version = 0.0.3 commit = True tag = False @@ -36,3 +36,4 @@ split_before_first_argument = True split_before_logical_operator = True split_before_named_assigns = True split_complex_comprehension = True + diff --git a/setup.py b/setup.py index 56d0c83..6991375 100644 --- a/setup.py +++ b/setup.py @@ -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',