Skip to content

Commit a57312e

Browse files
committed
bump version
1 parent 1026a97 commit a57312e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
pull_request:
99
branches: [master]
1010

11+
permissions:
12+
contents: write
13+
1114
jobs:
1215
release-build:
1316
if: github.event_name != 'pull_request'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-server-iris"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "A Model Context Protocol server for InterSystems IRIS."
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)