diff --git a/README.md b/README.md index 9be86b4..c816002 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # kb_python -![](https://img.shields.io/badge/Version-0.1.4-informational) +![](https://img.shields.io/badge/Version-0.2.0-informational) ![](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 7525d19..7fd229a 100644 --- a/kb_python/__init__.py +++ b/kb_python/__init__.py @@ -1 +1 @@ -__version__ = '0.1.4' +__version__ = '0.2.0' diff --git a/setup.cfg b/setup.cfg index fbf335c..6c425ec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.4 +current_version = 0.2.0 commit = True tag = True diff --git a/setup.py b/setup.py index 7d3dc47..97482ee 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(path): setup( name='kb_python', - version='0.1.4', + version='0.2.0', url='https://github.com/pachterlab/kb_python', author='Kyung Hoi (Joseph) Min', author_email='phoenixter96@gmail.com',