Skip to content

Commit

Permalink
Merge pull request #134 from hammerlab/max-ensemble-release-83
Browse files Browse the repository at this point in the history
Increase the max Ensembl version to 83
  • Loading branch information
iskandr committed Feb 19, 2016
2 parents 6ef59f3 + ed454a7 commit fed932f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyensembl/ensembl_release_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from __future__ import print_function, division, absolute_import

MIN_ENSEMBL_RELEASE = 54
MAX_ENSEMBL_RELEASE = 81
MAX_ENSEMBL_RELEASE = 83

def check_release_number(release):
"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
if __name__ == '__main__':
setup(
name='pyensembl',
version="0.8.4",
version="0.8.5",
description="Python interface to ensembl reference genome metadata",
author="Alex Rubinsteyn",
author_email="alex {dot} rubinsteyn {at} mssm {dot} edu",
Expand Down

0 comments on commit fed932f

Please sign in to comment.