Skip to content

Commit 834ff46

Browse files
committed
Bump version to 2.10.3
Patch release: declare supported Python versions (3.9–3.14) in package classifiers (#361) so PyPI metadata matches the tested matrix. Claude-Session: https://claude.ai/code/session_018iM7tTGPFS6ija49yAQpSM
1 parent f042cb5 commit 834ff46

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.2"
1+
__version__ = "2.10.3"
22

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

0 commit comments

Comments
 (0)