Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbooeshaghi committed Oct 10, 2024
1 parent 876b051 commit 749fbea
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,7 +1,7 @@
# seqspec

![github version](https://img.shields.io/badge/Version-0.2.0-informational)
[![pypi version](https://img.shields.io/pypi/v/seqspec)](https://pypi.org/project/seqspec/0.2.0/)
![github version](https://img.shields.io/badge/Version-0.3.0-informational)
[![pypi version](https://img.shields.io/pypi/v/seqspec)](https://pypi.org/project/seqspec/0.3.0/)
![python versions](https://img.shields.io/pypi/pyversions/seqspec)
[![license](https://img.shields.io/pypi/l/seqspec)](LICENSE)

Expand Down
2 changes: 1 addition & 1 deletion seqspec/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.0"
__version__ = "0.3.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.2.0
current_version = 0.3.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="seqspec",
version="0.2.0",
version="0.3.0",
url="https://github.com/sbooeshaghi/seqspec",
author="Sina Booeshaghi",
author_email="[email protected]",
Expand Down

0 comments on commit 749fbea

Please sign in to comment.