Skip to content

Commit

Permalink
Merge pull request #67 from mdshw5/patch_v0.4.1.1
Browse files Browse the repository at this point in the history
Patch v0.4.1.1
  • Loading branch information
mdshw5 committed May 12, 2015
2 parents 7fccb82 + 1881164 commit 03ff390
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: python
sudo: false
python:
- 'nightly'
- '3.4'
- '3.3'
- '3.2'
Expand Down Expand Up @@ -31,6 +32,9 @@ deploy:
python: 2.6
tags: true
repo: mdshw5/pyfaidx
matrix:
allow_failures:
- python: 'nightly'
cache:
directories:
- tests/data
Expand Down
2 changes: 1 addition & 1 deletion pyfaidx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

dna_bases = re.compile(r'([ACTGNactgnYRWSKMDVHBXyrwskmdvhbx]+)')

__version__ = '0.4.1'
__version__ = '0.4.1.1'


class FastaIndexingError(Exception):
Expand Down

0 comments on commit 03ff390

Please sign in to comment.