diff --git a/README.md b/README.md index adff1e3..e160ab0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # kb-python -![github version](https://img.shields.io/badge/Version-0.24.0-informational) -[![pypi version](https://img.shields.io/pypi/v/kb-python)](https://pypi.org/project/kb-python/0.24.0/) +![github version](https://img.shields.io/badge/Version-0.24.1-informational) +[![pypi version](https://img.shields.io/pypi/v/kb-python)](https://pypi.org/project/kb-python/0.24.1/) ![python versions](https://img.shields.io/pypi/pyversions/kb_python) ![status](https://github.com/pachterlab/kb_python/workflows/CI/badge.svg) [![pypi downloads](https://img.shields.io/pypi/dm/kb-python)](https://pypi.org/project/kb-python/) diff --git a/docs/conf.py b/docs/conf.py index 6d24b25..e19eb17 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.0' +release = '0.24.1' master_doc = 'index' # -- General configuration --------------------------------------------------- diff --git a/kb_python/__init__.py b/kb_python/__init__.py index f8ab8c2..7fe1493 100644 --- a/kb_python/__init__.py +++ b/kb_python/__init__.py @@ -1 +1 @@ -__version__ = '0.24.0' +__version__ = '0.24.1' diff --git a/setup.cfg b/setup.cfg index 86def78..efb8698 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.24.0 +current_version = 0.24.1 commit = True tag = True diff --git a/setup.py b/setup.py index 2ae7530..9333ce5 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(path): setup( name='kb_python', - version='0.24.0', + version='0.24.1', url='https://github.com/pachterlab/kb_python', author='Kyung Hoi (Joseph) Min', author_email='phoenixter96@gmail.com',