File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
author = 'Kyung Hoi (Joseph) Min'
25
25
26
26
# The full version, including alpha/beta/rc tags
27
- release = '0.28.1 '
27
+ release = '0.28.2 '
28
28
master_doc = 'index'
29
29
30
30
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 6
6
Welcome to kb-python's documentation!
7
7
=====================================
8
8
9
- This page contains **DEVELOPER ** documentation for ``kb-python `` version ``0.28.1 ``.
9
+ This page contains **DEVELOPER ** documentation for ``kb-python `` version ``0.28.2 ``.
10
10
For user documentation and tutorials, please go to `kallisto | bustools <https://www.kallistobus.tools/ >`_.
11
11
12
12
Development Prerequisites
Original file line number Diff line number Diff line change 1
- __version__ = '0.28.1 '
1
+ __version__ = '0.28.2 '
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.28.1
2
+ current_version = 0.28.2
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def read(path):
10
10
11
11
setup (
12
12
name = 'kb_python' ,
13
- version = '0.28.1 ' ,
13
+ version = '0.28.2 ' ,
14
14
url = 'https://github.com/pachterlab/kb_python' ,
15
15
author = 'Kyung Hoi (Joseph) Min' ,
16
16
You can’t perform that action at this time.
0 commit comments