Skip to content

Commit

Permalink
Bump version: 0.28.1 → 0.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yenaled committed Jan 5, 2024
1 parent 993ab58 commit df2d9d7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.kallistobus.tools/>`_.

Development Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion kb_python/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.28.1'
__version__ = '0.28.2'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.28.1
current_version = 0.28.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit df2d9d7

Please sign in to comment.