Skip to content

Commit 8a5c809

Browse files
Release v1.3.1
- Bump version to 1.3.1 - Include all example files in distribution (*.md, *.yaml, *.sh, *.txt) - Ensure strands-agent-ollama example is complete in package
1 parent fb3f030 commit 8a5c809

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ include CODE_OF_CONDUCT.md
88
include SUPPORT.md
99
recursive-include mcp_semclone *.py
1010
recursive-include tests *.py
11-
recursive-include examples *.py *.json
11+
recursive-include examples *.py *.json *.md *.yaml *.sh *.txt
1212
recursive-include guides *.md

mcp_semclone/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""MCP SEMCL.ONE - Model Context Protocol server for OSS compliance."""
22

3-
__version__ = "1.3.0"
3+
__version__ = "1.3.1"
44
__author__ = "Oscar Valenzuela B."
55
__email__ = "oscar.valenzuela.b@gmail.com"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mcp-semclone"
7-
version = "1.3.0"
7+
version = "1.3.1"
88
description = "Model Context Protocol server for SEMCL.ONE OSS compliance toolchain"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)