File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
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.24.1 -informational )
3
- [ ![ pypi version] ( https://img.shields.io/pypi/v/kb-python )] ( https://pypi.org/project/kb-python/0.24.1 / )
2
+ ![ github version] ( https://img.shields.io/badge/Version-0.24.2 -informational )
3
+ [ ![ pypi version] ( https://img.shields.io/pypi/v/kb-python )] ( https://pypi.org/project/kb-python/0.24.2 / )
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
[ ![ pypi downloads] ( https://img.shields.io/pypi/dm/kb-python )] ( https://pypi.org/project/kb-python/ )
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.24.1 '
27
+ release = '0.24.2 '
28
28
master_doc = 'index'
29
29
30
30
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1
- __version__ = '0.24.1 '
1
+ __version__ = '0.24.2 '
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.24.1
2
+ current_version = 0.24.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.24.1 ' ,
13
+ version = '0.24.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