We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55d928 commit 6582ac6Copy full SHA for 6582ac6
pyensembl/ensembl_versions.py
@@ -11,7 +11,7 @@
11
# limitations under the License.
12
13
MIN_ENSEMBL_RELEASE = 40
14
-MAX_ENSEMBL_RELEASE = 112
+MAX_ENSEMBL_RELEASE = 114
15
MAX_PLANTS_ENSEMBL_RELEASE = 58
16
17
def check_release_number(release):
pyensembl/version.py
@@ -1,4 +1,4 @@
1
-__version__ = "2.3.13"
+__version__ = "2.4.0"
2
3
def print_version():
4
print(f"v{__version__}")
0 commit comments