diff --git a/README.md b/README.md index 80cba80..1149a03 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # kb-python -![github version](https://img.shields.io/badge/Version-0.29.0-informational) -[![pypi version](https://img.shields.io/pypi/v/kb-python)](https://pypi.org/project/kb-python/0.29.0/) +![github version](https://img.shields.io/badge/Version-0.29.1-informational) +[![pypi version](https://img.shields.io/pypi/v/kb-python)](https://pypi.org/project/kb-python/0.29.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) @@ -98,9 +98,9 @@ The `kb info` command prints out package information including the version of `k ```bash $ kb info -kb_python 0.28.0 ... -kallisto: 0.50.1 ... -bustools: 0.43.1 ... +kb_python 0.29.1 ... +kallisto: 0.51.1 ... +bustools: 0.44.1 ... ... ``` --- diff --git a/docs/conf.py b/docs/conf.py index 54aeb59..6cbe446 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.29.0' +release = '0.29.1' master_doc = 'index' # -- General configuration --------------------------------------------------- diff --git a/docs/index.rst b/docs/index.rst index e6d5cd6..c17c7a1 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.29.0``. +This page contains **DEVELOPER** documentation for ``kb-python`` version ``0.29.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 9093e4e..5bb330e 100644 --- a/kb_python/__init__.py +++ b/kb_python/__init__.py @@ -1 +1 @@ -__version__ = '0.29.0' +__version__ = '0.29.1' diff --git a/setup.cfg b/setup.cfg index aa41b2a..6d832b8 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.29.0 +current_version = 0.29.1 commit = True tag = True diff --git a/setup.py b/setup.py index 0ed6daa..07d223e 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(path): setup( name='kb_python', - version='0.29.0', + version='0.29.1', url='https://github.com/pachterlab/kb_python', author='Kyung Hoi (Joseph) Min', author_email='phoenixter96@gmail.com',