From 3548255bfd49135a161e3e262b108d71fbed3455 Mon Sep 17 00:00:00 2001 From: Lioscro Date: Thu, 17 Oct 2019 15:47:56 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.2=20=E2=86=92=200.0.3?= 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 | 3 ++- setup.py | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) 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',