Skip to content

Commit 6582ac6

Browse files
committed
increased max ensembl version to 114
1 parent b55d928 commit 6582ac6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyensembl/ensembl_versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# limitations under the License.
1212

1313
MIN_ENSEMBL_RELEASE = 40
14-
MAX_ENSEMBL_RELEASE = 112
14+
MAX_ENSEMBL_RELEASE = 114
1515
MAX_PLANTS_ENSEMBL_RELEASE = 58
1616

1717
def check_release_number(release):

pyensembl/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.3.13"
1+
__version__ = "2.4.0"
22

33
def print_version():
44
print(f"v{__version__}")

0 commit comments

Comments
 (0)