diff --git a/README.md b/README.md index 606dc1e..4e3a8cc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # kb_python -![](https://img.shields.io/badge/Version-0.1.1-informational) +![](https://img.shields.io/badge/Version-0.1.2-informational) ![](https://github.com/pachterlab/kb_python/workflows/CI/badge.svg) A friendly wrapper around the kallisto | bustools pipeline for scRNA-seq analysis. @@ -12,7 +12,7 @@ Must be accessible from the command-line as `bustools`.~~ ~~There are plans to include installers for both prerequisites.~~ -Binaries are included with the package starting version `0.1.1`. There are no prerequisites starting from this version. +Binaries are included with the package starting version `0.1.2`. There are no prerequisites starting from this version. ## Development ### Code Quality diff --git a/kb_python/__init__.py b/kb_python/__init__.py index df9144c..10939f0 100644 --- a/kb_python/__init__.py +++ b/kb_python/__init__.py @@ -1 +1 @@ -__version__ = '0.1.1' +__version__ = '0.1.2' diff --git a/setup.cfg b/setup.cfg index 11f0a31..0aca4dd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 commit = True tag = True diff --git a/setup.py b/setup.py index 1707a92..ae6c3ea 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(path): setup( name='kb_python', - version='0.1.1', + version='0.1.2', url='https://github.com/pachterlab/kb_python', author='Kyung Hoi (Joseph) Min', author_email='phoenixter96@gmail.com',