From 9cc489b69a20f4e40ddb9e5ec3435d5292385db6 Mon Sep 17 00:00:00 2001 From: Yenaled Date: Thu, 4 Jan 2024 01:31:39 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.28.0=20=E2=86=92=200.28.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 2 +- docs/index.rst | 2 +- kb_python/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b37b954..fed18fa 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.28.0' +release = '0.28.1' master_doc = 'index' # -- General configuration --------------------------------------------------- diff --git a/docs/index.rst b/docs/index.rst index 8a304aa..6864d28 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.28.0``. +This page contains **DEVELOPER** documentation for ``kb-python`` version ``0.28.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 1bf3675..84b55cb 100644 --- a/kb_python/__init__.py +++ b/kb_python/__init__.py @@ -1 +1 @@ -__version__ = '0.28.0' +__version__ = '0.28.1' diff --git a/setup.cfg b/setup.cfg index c1ffbd1..46fa902 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.28.0 +current_version = 0.28.1 commit = True tag = True diff --git a/setup.py b/setup.py index d38eae2..57ae4a8 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(path): setup( name='kb_python', - version='0.28.0', + version='0.28.1', url='https://github.com/pachterlab/kb_python', author='Kyung Hoi (Joseph) Min', author_email='phoenixter96@gmail.com',