Skip to content

Commit 95a95aa

Browse files
committed
Bump version: 0.1.0 → 0.1.1
1 parent 73763c8 commit 95a95aa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.0-informational)
4-
[![pypi version](https://img.shields.io/pypi/v/seqspec)](https://pypi.org/project/seqspec/0.1.0/)
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/)
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.0"
1+
__version__ = "0.1.1"

setup.cfg

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

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.0",
13+
version="0.1.1",
1414
url="https://github.com/sbooeshaghi/seqspec",
1515
author="Sina Booeshaghi",
1616
author_email="[email protected]",

0 commit comments

Comments
 (0)