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 11# 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 / )
44![ python versions] ( https://img.shields.io/pypi/pyversions/kb_python )
55![ status] ( https://github.com/pachterlab/kb_python/workflows/CI/badge.svg )
66[ ![ 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 2424author = 'Kyung Hoi (Joseph) Min'
2525
2626# The full version, including alpha/beta/rc tags
27- release = '0.24.1 '
27+ release = '0.24.2 '
2828master_doc = 'index'
2929
3030# -- 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 11[bumpversion]
2- current_version = 0.24.1
2+ current_version = 0.24.2
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.24.1 ' ,
13+ version = '0.24.2 ' ,
1414 url = 'https://github.com/pachterlab/kb_python' ,
1515 author = 'Kyung Hoi (Joseph) Min' ,
1616 author_email = 'phoenixter96@gmail.com' ,
You can’t perform that action at this time.
0 commit comments