Skip to content

Commit 5b91f0d

Browse files
authored
chore: bump version for release (#29)
Signed-off-by: Richard Gebhardt <[email protected]>
1 parent 9dad052 commit 5b91f0d

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

src/oci-api-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-api-mcp-server"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "OCI CLI MCP server"
55
readme = "README.md"
66
requires-python = ">=3.13"

src/oci-compute-instance-agent-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-instance-agent-mcp-server"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "OCI Compute Instance Agent MCP Server"
55
readme = "README.md"
66
requires-python = ">=3.13"

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 = "0.1.0"
3+
version = "1.0.0"
44
description = "OCI Compute Service MCP server"
55
readme = "README.md"
66
requires-python = ">=3.13"

src/oci-identity-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-identity-mcp-server"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "OCI Identity Service MCP server"
55
readme = "README.md"
66
requires-python = ">=3.13"

src/oci-logging-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-logging-mcp-server"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "OCI Logging Service MCP server"
55
readme = "README.md"
66
authors = [

src/oci-migration-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-migration-mcp-server"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"

src/oci-monitoring-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-monitoring-mcp-server"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "OCI Monitoring Service MCP server"
55
readme = "README.md"
66
requires-python = ">=3.13"

src/oci-network-load-balancer-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-network-load-balancer-mcp-server"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "OCI Network Load Balancer MCP server"
55
readme = "README.md"
66
requires-python = ">=3.13"

src/oci-networking-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-networking-mcp-server"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "OCI Networking Service MCP server"
55
readme = "README.md"
66
requires-python = ">=3.13"

src/oci-object-storage-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-object-storage-mcp-server"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
description = "OCI Object Storage Service MCP server"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)