From a15952a0d156868b0ba417c86b8b4de996bd53a8 Mon Sep 17 00:00:00 2001 From: Lioscro Date: Fri, 8 Jan 2021 15:45:46 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.25.0=20=E2=86=92=200.25.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- docs/conf.py | 2 +- docs/index.rst | 2 +- kb_python/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 74e06c8..020378d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # kb-python -![github version](https://img.shields.io/badge/Version-0.25.0-informational) -[![pypi version](https://img.shields.io/pypi/v/kb-python)](https://pypi.org/project/kb-python/0.25.0/) +![github version](https://img.shields.io/badge/Version-0.25.1-informational) +[![pypi version](https://img.shields.io/pypi/v/kb-python)](https://pypi.org/project/kb-python/0.25.1/) ![python versions](https://img.shields.io/pypi/pyversions/kb_python) ![status](https://github.com/pachterlab/kb_python/workflows/CI/badge.svg) [![codecov](https://codecov.io/gh/pachterlab/kb_python/branch/master/graph/badge.svg)](https://codecov.io/gh/pachterlab/kb_python) diff --git a/docs/conf.py b/docs/conf.py index a432ff4..cf7b182 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,7 @@ author = 'Kyung Hoi (Joseph) Min' # The full version, including alpha/beta/rc tags -release = '0.25.0' +release = '0.25.1' master_doc = 'index' # -- General configuration --------------------------------------------------- diff --git a/docs/index.rst b/docs/index.rst index f896933..a392511 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,7 +6,7 @@ Welcome to kb-python's documentation! ===================================== -This page contains **DEVELOPER** documentation for ``kb-python`` version ``0.25.0``. +This page contains **DEVELOPER** documentation for ``kb-python`` version ``0.25.1``. For user documentation and tutorials, please go to `kallisto | bustools `_. Development Prerequisites diff --git a/kb_python/__init__.py b/kb_python/__init__.py index 8c308d7..e11448a 100644 --- a/kb_python/__init__.py +++ b/kb_python/__init__.py @@ -1 +1 @@ -__version__ = '0.25.0' +__version__ = '0.25.1' diff --git a/setup.cfg b/setup.cfg index bf32a07..f7ea313 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.25.0 +current_version = 0.25.1 commit = True tag = True diff --git a/setup.py b/setup.py index a2ea198..c9a34f9 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(path): setup( name='kb_python', - version='0.25.0', + version='0.25.1', url='https://github.com/pachterlab/kb_python', author='Kyung Hoi (Joseph) Min', author_email='phoenixter96@gmail.com',