From cbdf22fcdfd21a013f53218efa409f868b4b1b4f Mon Sep 17 00:00:00 2001 From: Lioscro Date: Sat, 19 Oct 2019 22:59:49 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.6=20=E2=86=92=200.0.7?= 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 e7e13c2..6d9d20f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # kb_python -![](https://img.shields.io/badge/Version-0.0.6-informational) +![](https://img.shields.io/badge/Version-0.0.7-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 2feb261..bf7d330 100644 --- a/kb_python/__init__.py +++ b/kb_python/__init__.py @@ -1,4 +1,4 @@ from .utils import check_dependencies -__version__ = '0.0.6' +__version__ = '0.0.7' check_dependencies() diff --git a/setup.cfg b/setup.cfg index 962c881..1711728 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.6 +current_version = 0.0.7 commit = True tag = True diff --git a/setup.py b/setup.py index 402dede..f6c3a71 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(path): setup( name='kb_python', - version='0.0.6', + version='0.0.7', url='https://github.com/pachterlab/kb_python', author='Kyung Hoi (Joseph) Min', author_email='phoenixter96@gmail.com',