Commit fefa701 1 parent e43dc87 commit fefa701 Copy full SHA for fefa701
File tree 6 files changed +10
-10
lines changed
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
# 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 / )
4
4
![ python versions] ( https://img.shields.io/pypi/pyversions/kb_python )
5
5
![ status] ( https://github.com/pachterlab/kb_python/workflows/CI/badge.svg )
6
6
[ ![ 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
98
98
99
99
``` bash
100
100
$ 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 ...
104
104
...
105
105
```
106
106
---
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.29.0 '
27
+ release = '0.29.1 '
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.29.0 ``.
9
+ This page contains **DEVELOPER ** documentation for ``kb-python `` version ``0.29.1 ``.
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.29.0 '
1
+ __version__ = '0.29.1 '
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.29.0
2
+ current_version = 0.29.1
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.29.0 ' ,
13
+ version = '0.29.1 ' ,
14
14
url = 'https://github.com/pachterlab/kb_python' ,
15
15
author = 'Kyung Hoi (Joseph) Min' ,
16
16
author_email = 'phoenixter96@gmail.com' ,
You can’t perform that action at this time.
0 commit comments