Skip to content

Commit fb15fb4

Browse files
committed
Bump version: 0.1.1 → 0.2.0
1 parent 9aeb894 commit fb15fb4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# seqspec
22

3-
![github version](https://img.shields.io/badge/Version-0.1.1-informational)
4-
[![pypi version](https://img.shields.io/pypi/v/seqspec)](https://pypi.org/project/seqspec/0.1.1/)
3+
![github version](https://img.shields.io/badge/Version-0.2.0-informational)
4+
[![pypi version](https://img.shields.io/pypi/v/seqspec)](https://pypi.org/project/seqspec/0.2.0/)
55
![python versions](https://img.shields.io/pypi/pyversions/seqspec)
66
[![license](https://img.shields.io/pypi/l/seqspec)](LICENSE)
77

seqspec/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.1"
1+
__version__ = "0.2.0"

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.1
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55

@@ -24,4 +24,4 @@ commands = pytest --cov=seqspec {posargs:tests}
2424
deps =
2525
pytest
2626
pytest-cov
27-
matplotlib >= 3.4.0
27+
matplotlib >= 3.4.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def read(path):
1010

1111
setup(
1212
name="seqspec",
13-
version="0.1.1",
13+
version="0.2.0",
1414
url="https://github.com/sbooeshaghi/seqspec",
1515
author="Sina Booeshaghi",
1616
author_email="[email protected]",

0 commit comments

Comments
 (0)