Skip to content

Commit

Permalink
fix seqrecord-expanded version in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosp420 committed Sep 30, 2015
1 parent 0bf30db commit 42b1d99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ python:
- 3.4
- 3.5
- pypy

sudo: false

before_install:
- python --version
- uname -a
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def read(*names, **kwargs):
).read()


required_libs = ['seqrecord-expanded==0.2.0']
required_libs = ['seqrecord-expanded==0.2.1']
if sys.version_info < (2, 7,):
required_libs.append('ordereddict==1.1')

Expand Down

0 comments on commit 42b1d99

Please sign in to comment.