Skip to content

Commit 2514a1e

Browse files
chore: bump version [skip ci]
1 parent 6d8d632 commit 2514a1e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.4.4"
30+
__version__ = "1.4.5"
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.4.4"
25+
__version__ = "1.4.5"
2626

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

0 commit comments

Comments
 (0)