Skip to content

Commit 22d7fdc

Browse files
chore: bump version [skip ci]
1 parent 1afdc69 commit 22d7fdc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packaging/nsip-mcp-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
]
2828
requires-python = ">=3.10"
2929
dependencies = [
30-
"nsip-client>=1.3.19,<2.0.0",
30+
"nsip-client>=1.3.20,<2.0.0",
3131
"fastmcp>=2.0",
3232
"tiktoken>=0.8.0",
3333
]

packaging/nsip-skills/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
]
2929
requires-python = ">=3.10"
3030
dependencies = [
31-
"nsip-client>=1.3.19,<2.0.0",
31+
"nsip-client>=1.3.20,<2.0.0",
3232
"pandas>=2.0.0",
3333
"openpyxl>=3.1.0",
3434
"numpy>=1.24.0",

src/nsip_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from .exceptions import NSIPAPIError, NSIPError, NSIPNotFoundError
77
from .models import AnimalDetails, Lineage, Progeny, SearchCriteria
88

9-
__version__ = "1.3.19"
9+
__version__ = "1.3.20"
1010
__all__ = [
1111
"NSIPClient",
1212
"SearchCriteria",

0 commit comments

Comments
 (0)