Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lioscro committed Oct 26, 2019
1 parent ddb43be commit 9801aea
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# kb_python
![](https://img.shields.io/badge/Version-0.1.0-informational)
![](https://img.shields.io/badge/Version-0.1.1-informational)
![](https://github.com/pachterlab/kb_python/workflows/CI/badge.svg)

A friendly wrapper around the kallisto | bustools pipeline for scRNA-seq analysis.
Expand All @@ -12,7 +12,7 @@ Must be accessible from the command-line as `bustools`.~~

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

Binaries are included with the package starting version `0.1.0`. There are no prerequisites starting from this version.
Binaries are included with the package starting version `0.1.1`. There are no prerequisites starting from this version.

## Development
### Code Quality
Expand Down
2 changes: 1 addition & 1 deletion kb_python/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0'
__version__ = '0.1.1'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read(path):

setup(
name='kb_python',
version='0.1.0',
version='0.1.1',
url='https://github.com/pachterlab/kb_python',
author='Kyung Hoi (Joseph) Min',
author_email='phoenixter96@gmail.com',
Expand Down

0 comments on commit 9801aea

Please sign in to comment.