Skip to content

Commit 392512b

Browse files
committed
chore: bump version to 0.1.15
1 parent 28f5e83 commit 392512b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/SECURITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
| Version | Supported |
66
| ------- | ------------------ |
7+
| 0.1.15 | :white_check_mark: |
78
| 0.1.14 | :white_check_mark: |
89

910

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "golf-mcp"
7-
version = "0.1.14"
7+
version = "0.1.15"
88
description = "Framework for building MCP servers"
99
authors = [
1010
{name = "Antoni Gmitruk", email = "antoni@golf.dev"}
@@ -64,7 +64,7 @@ golf = ["examples/**/*"]
6464

6565
[tool.poetry]
6666
name = "golf-mcp"
67-
version = "0.1.14"
67+
version = "0.1.15"
6868
description = "Framework for building MCP servers with zero boilerplate"
6969
authors = ["Antoni Gmitruk <antoni@golf.dev>"]
7070
license = "Apache-2.0"

src/golf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.14"
1+
__version__ = "0.1.15"

0 commit comments

Comments
 (0)