Skip to content

Commit 1b79414

Browse files
committed
Bump version: 0.1.1 → 0.1.2
1 parent 3fe58e9 commit 1b79414

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# kb_python
2-
![](https://img.shields.io/badge/Version-0.1.1-informational)
2+
![](https://img.shields.io/badge/Version-0.1.2-informational)
33
![](https://github.com/pachterlab/kb_python/workflows/CI/badge.svg)
44

55
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`.~~
1212

1313
~~There are plans to include installers for both prerequisites.~~
1414

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.
1616

1717
## Development
1818
### Code Quality

kb_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.1'
1+
__version__ = '0.1.2'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.1
2+
current_version = 0.1.2
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
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.1.1',
13+
version='0.1.2',
1414
url='https://github.com/pachterlab/kb_python',
1515
author='Kyung Hoi (Joseph) Min',
1616
author_email='[email protected]',

0 commit comments

Comments
 (0)