Skip to content

Commit

Permalink
Bump version: 0.1.2 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbooeshaghi committed May 4, 2022
1 parent e9503b1 commit 6727bed
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,8 1,8 @@


# ffq
![github version](https://img.shields.io/badge/Version-0.1.2-informational)
[![pypi version](https://img.shields.io/pypi/v/ffq)](https://pypi.org/project/ffq/0.1.2/)
![github version](https://img.shields.io/badge/Version-0.2.0-informational)
[![pypi version](https://img.shields.io/pypi/v/ffq)](https://pypi.org/project/ffq/0.2.0/)
![python versions](https://img.shields.io/pypi/pyversions/ffq)
![status](https://github.com/pachterlab/ffq/workflows/CI/badge.svg)
[![pypi downloads](https://img.shields.io/pypi/dm/ffq)](https://pypi.org/project/ffq/)
Expand Down
2 changes: 1 addition & 1 deletion ffq/__init__.py
Original file line number Diff line number Diff line change
@@ -1 1 @@
__version__ = '0.1.2'
__version__ = '0.2.0'
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.2
current_version = 0.2.0
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='ffq',
version='0.1.2',
version='0.2.0',
url='https://github.com/pachterlab/ffq',
author='Kyung Hoi (Joseph) Min, Sina Booeshaghi, Ángel Gálvez Merchán',
author_email='[email protected], [email protected], [email protected]',
Expand Down

0 comments on commit 6727bed

Please sign in to comment.