Skip to content

Commit a46eb43

Browse files
chore: bump version [skip ci]
1 parent 9c044f2 commit a46eb43

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

packaging/nsip-mcp-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
requires-python = ">=3.10"
2828
dependencies = [
29-
"nsip-client>=1.3.15,<2.0.0",
29+
"nsip-client>=1.3.16,<2.0.0",
3030
"fastmcp>=2.0",
3131
"tiktoken>=0.8.0",
3232
]

packaging/nsip-skills/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.15,<2.0.0",
30+
"nsip-client>=1.3.16,<2.0.0",
3131
"pandas>=2.0.0",
3232
"openpyxl>=3.1.0",
3333
"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.15"
9+
__version__ = "1.3.16"
1010
__all__ = [
1111
"NSIPClient",
1212
"SearchCriteria",

src/nsip_mcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
and docs/shepherd-agent.md.
2828
"""
2929

30-
__version__ = "1.3.15"
30+
__version__ = "1.3.16"
3131
__author__ = "Allen R"
3232
__all__ = [
3333
"__version__",

src/nsip_skills/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
>>> # Use client for cached NSIP API operations
2323
"""
2424

25-
__version__ = "1.3.15"
25+
__version__ = "1.3.16"
2626

2727
# Re-export common utilities for convenience
2828
from nsip_skills.common.data_models import (

0 commit comments

Comments
 (0)