File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# kb_python
2
- ![ ] ( https://img.shields.io/badge/Version-0.1.1 -informational )
2
+ ![ ] ( https://img.shields.io/badge/Version-0.1.2 -informational )
3
3
![ ] ( https://github.com/pachterlab/kb_python/workflows/CI/badge.svg )
4
4
5
5
A friendly wrapper around the kallisto | bustools pipeline for scRNA-seq analysis.
@@ -12,7 +12,7 @@ Must be accessible from the command-line as `bustools`.~~
12
12
13
13
~~ There are plans to include installers for both prerequisites.~~
14
14
15
- Binaries are included with the package starting version ` 0.1.1 ` . There are no prerequisites starting from this version.
15
+ Binaries are included with the package starting version ` 0.1.2 ` . There are no prerequisites starting from this version.
16
16
17
17
## Development
18
18
### Code Quality
Original file line number Diff line number Diff line change 1
- __version__ = '0.1.1 '
1
+ __version__ = '0.1.2 '
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.1.1
2
+ current_version = 0.1.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.1.1 ' ,
13
+ version = '0.1.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