Skip to content

Commit ae599fc

Browse files
committed
chore: bump compute version
Signed-off-by: Richard Gebhardt <[email protected]>
1 parent b15f569 commit ae599fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/oci-compute-mcp-server/oracle/oci_compute_mcp_server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
__project__ = "oracle.oci-compute-mcp-server"
8-
__version__ = "1.0.2"
8+
__version__ = "1.0.3"

src/oci-compute-mcp-server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "oracle.oci-compute-mcp-server"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "OCI Compute Service MCP server"
55
readme = "README.md"
66
requires-python = ">=3.13"

0 commit comments

Comments
 (0)