Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sbooeshaghi committed Mar 1, 2024
1 parent ff108f0 commit 4bed324
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.3.0-informational)
[![pypi version](https://img.shields.io/pypi/v/ffq)](https://pypi.org/project/ffq/0.3.0/)
![github version](https://img.shields.io/badge/Version-0.3.1-informational)
[![pypi version](https://img.shields.io/pypi/v/ffq)](https://pypi.org/project/ffq/0.3.1/)
![python versions](https://img.shields.io/pypi/pyversions/ffq)
![status](https://github.com/pachterlab/ffq/workflows/CI/badge.svg)
![Code Coverage](https://img.shields.io/badge/Coverage-78%25-green.svg)
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.3.0"
__version__ = "0.3.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.3.0
current_version = 0.3.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="ffq",
version="0.3.0",
version="0.3.1",
url="https://github.com/pachterlab/ffq",
author="Kyung Hoi (Joseph) Min, Sina Booeshaghi, Ángel Gálvez Merchán",
author_email="phoenixter96@gmail.com, alisina@caltech.edu, agalvezm@caltech.edu",
Expand Down

0 comments on commit 4bed324

Please sign in to comment.