From ccdb1b22c7e982888e6b48ab44642c1408d714db Mon Sep 17 00:00:00 2001 From: Lioscro Date: Thu, 17 Oct 2019 23:04:41 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.4=20=E2=86=92=200.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- kb_python/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4400020..8b5f75c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # kb_python -![](https://img.shields.io/badge/Version-0.0.4-informational) +![](https://img.shields.io/badge/Version-0.0.5-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 fe82a08..edd5945 100644 --- a/kb_python/__init__.py +++ b/kb_python/__init__.py @@ -1,4 +1,4 @@ from .utils import check_dependencies -__version__ = '0.0.4' +__version__ = '0.0.5' check_dependencies() diff --git a/setup.cfg b/setup.cfg index 4008ed8..aac7e53 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.4 +current_version = 0.0.5 commit = True tag = True diff --git a/setup.py b/setup.py index 087b8b0..092da2d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(path): setup( name='kb_python', - version='0.0.4', + version='0.0.5', url='https://github.com/pachterlab/kb_python', author='Kyung Hoi (Joseph) Min', author_email='phoenixter96@gmail.com',