diff --git a/README.md b/README.md index 88756a3..74e06c8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # kb-python -![github version](https://img.shields.io/badge/Version-0.24.4-informational) -[![pypi version](https://img.shields.io/pypi/v/kb-python)](https://pypi.org/project/kb-python/0.24.4/) +![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/) ![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 bdb84a6..a432ff4 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.24.4' +release = '0.25.0' master_doc = 'index' # -- General configuration --------------------------------------------------- diff --git a/docs/index.rst b/docs/index.rst index 244adea..f896933 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.24.4``. +This page contains **DEVELOPER** documentation for ``kb-python`` version ``0.25.0``. 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 1f4f7fb..8c308d7 100644 --- a/kb_python/__init__.py +++ b/kb_python/__init__.py @@ -1 +1 @@ -__version__ = '0.24.4' +__version__ = '0.25.0' diff --git a/setup.cfg b/setup.cfg index 2009654..bf32a07 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.24.4 +current_version = 0.25.0 commit = True tag = True diff --git a/setup.py b/setup.py index 798346e..a2ea198 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(path): setup( name='kb_python', - version='0.24.4', + version='0.25.0', url='https://github.com/pachterlab/kb_python', author='Kyung Hoi (Joseph) Min', author_email='phoenixter96@gmail.com',