Skip to content

Commit

Permalink
Bump version: 0.1.1 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbooeshaghi committed Apr 17, 2024
1 parent 9aeb894 commit fb15fb4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.1.1-informational)
[![pypi version](https://img.shields.io/pypi/v/seqspec)](https://pypi.org/project/seqspec/0.1.1/)
![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/)
![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.1.1"
__version__ = "0.2.0"
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.1
current_version = 0.2.0
commit = True
tag = True

Expand All @@ -24,4 +24,4 @@ commands = pytest --cov=seqspec {posargs:tests}
deps =
pytest
pytest-cov
matplotlib >= 3.4.0
matplotlib >= 3.4.0
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.1.1",
version="0.2.0",
url="https://github.com/sbooeshaghi/seqspec",
author="Sina Booeshaghi",
author_email="[email protected]",
Expand Down

0 comments on commit fb15fb4

Please sign in to comment.