Skip to content

Commit fefa701

Browse files
committed
Bump version: 0.29.0 → 0.29.1
1 parent e43dc87 commit fefa701

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# kb-python
2-
![github version](https://img.shields.io/badge/Version-0.29.0-informational)
3-
[![pypi version](https://img.shields.io/pypi/v/kb-python)](https://pypi.org/project/kb-python/0.29.0/)
2+
![github version](https://img.shields.io/badge/Version-0.29.1-informational)
3+
[![pypi version](https://img.shields.io/pypi/v/kb-python)](https://pypi.org/project/kb-python/0.29.1/)
44
![python versions](https://img.shields.io/pypi/pyversions/kb_python)
55
![status](https://github.com/pachterlab/kb_python/workflows/CI/badge.svg)
66
[![codecov](https://codecov.io/gh/pachterlab/kb_python/branch/master/graph/badge.svg)](https://codecov.io/gh/pachterlab/kb_python)
@@ -98,9 +98,9 @@ The `kb info` command prints out package information including the version of `k
9898

9999
```bash
100100
$ kb info
101-
kb_python 0.28.0 ...
102-
kallisto: 0.50.1 ...
103-
bustools: 0.43.1 ...
101+
kb_python 0.29.1 ...
102+
kallisto: 0.51.1 ...
103+
bustools: 0.44.1 ...
104104
...
105105
```
106106
---

docs/conf.py

+1-1
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.29.0'
27+
release = '0.29.1'
2828
master_doc = 'index'
2929

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

docs/index.rst

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

1212
Development Prerequisites

kb_python/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.29.0'
1+
__version__ = '0.29.1'

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.29.0
2+
current_version = 0.29.1
33
commit = True
44
tag = True
55

setup.py

+1-1
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.29.0',
13+
version='0.29.1',
1414
url='https://github.com/pachterlab/kb_python',
1515
author='Kyung Hoi (Joseph) Min',
1616
author_email='phoenixter96@gmail.com',

0 commit comments

Comments
 (0)