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 2424author = 'Kyung Hoi (Joseph) Min'
2525
2626# The full version, including alpha/beta/rc tags
27- release = '0.28.0 '
27+ release = '0.28.1 '
2828master_doc = 'index'
2929
3030# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 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 ``.
1010For user documentation and tutorials, please go to `kallisto | bustools <https://www.kallistobus.tools/ >`_.
1111
1212Development Prerequisites
Original file line number Diff line number Diff line change 1- __version__ = '0.28.0 '
1+ __version__ = '0.28.1 '
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.28.0
2+ current_version = 0.28.1
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def read(path):
1010
1111setup (
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
You can’t perform that action at this time.
0 commit comments