Skip to content

Commit d0fd135

Browse files
committed
Bump version to 2.10.2
Patch release: CI now tests Python 3.13 and 3.14 (#360), validating the 3.14 argparse fix (#318/#359) end-to-end on real interpreters. Claude-Session: https://claude.ai/code/session_018iM7tTGPFS6ija49yAQpSM
1 parent 5ad143c commit d0fd135

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyensembl/version.py

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

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

0 commit comments

Comments
 (0)