diff --git a/docs/conf.py b/docs/conf.py index fed18fa..6d4c0b0 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.1' +release = '0.28.2' master_doc = 'index' # -- General configuration --------------------------------------------------- diff --git a/docs/index.rst b/docs/index.rst index 6864d28..640b9b0 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.1``. +This page contains **DEVELOPER** documentation for ``kb-python`` version ``0.28.2``. 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 84b55cb..873054e 100644 --- a/kb_python/__init__.py +++ b/kb_python/__init__.py @@ -1 +1 @@ -__version__ = '0.28.1' +__version__ = '0.28.2' diff --git a/setup.cfg b/setup.cfg index 46fa902..ef280f2 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.28.1 +current_version = 0.28.2 commit = True tag = True diff --git a/setup.py b/setup.py index 57ae4a8..36f1b7d 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(path): setup( name='kb_python', - version='0.28.1', + version='0.28.2', url='https://github.com/pachterlab/kb_python', author='Kyung Hoi (Joseph) Min', author_email='phoenixter96@gmail.com',