Skip to content

Commit 9933bbc

Browse files
authored
Merge pull request #233 from pachterlab/devel
Bump version: 0.28.0 → 0.28.1
2 parents 415e5ae + 9cc489b commit 9933bbc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = 'Kyung Hoi (Joseph) Min'
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = '0.28.0'
27+
release = '0.28.1'
2828
master_doc = 'index'
2929

3030
# -- General configuration ---------------------------------------------------

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Welcome to kb-python's documentation!
77
=====================================
88

9-
This page contains **DEVELOPER** documentation for ``kb-python`` version ``0.28.0``.
9+
This page contains **DEVELOPER** documentation for ``kb-python`` version ``0.28.1``.
1010
For user documentation and tutorials, please go to `kallisto | bustools <https://www.kallistobus.tools/>`_.
1111

1212
Development Prerequisites

kb_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.28.0'
1+
__version__ = '0.28.1'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.28.0
2+
current_version = 0.28.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def read(path):
1010

1111
setup(
1212
name='kb_python',
13-
version='0.28.0',
13+
version='0.28.1',
1414
url='https://github.com/pachterlab/kb_python',
1515
author='Kyung Hoi (Joseph) Min',
1616
author_email='[email protected]',

0 commit comments

Comments
 (0)