Commit fb15fb4 1 parent 9aeb894 commit fb15fb4 Copy full SHA for fb15fb4
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# seqspec
2
2
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 / )
5
5
![ python versions] ( https://img.shields.io/pypi/pyversions/seqspec )
6
6
[ ![ license] ( https://img.shields.io/pypi/l/seqspec )] ( LICENSE )
7
7
Original file line number Diff line number Diff line change 1
- __version__ = "0.1.1 "
1
+ __version__ = "0.2.0 "
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.1.1
2
+ current_version = 0.2.0
3
3
commit = True
4
4
tag = True
5
5
@@ -24,4 +24,4 @@ commands = pytest --cov=seqspec {posargs:tests}
24
24
deps =
25
25
pytest
26
26
pytest-cov
27
- matplotlib >= 3.4.0
27
+ matplotlib >= 3.4.0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def read(path):
10
10
11
11
setup (
12
12
name = "seqspec" ,
13
- version = "0.1.1 " ,
13
+ version = "0.2.0 " ,
14
14
url = "https://github.com/sbooeshaghi/seqspec" ,
15
15
author = "Sina Booeshaghi" ,
16
16
You can’t perform that action at this time.
0 commit comments