Skip to content

Commit af30e57

Browse files
committed
chore: bump version to 0.1.13 and update related documentation
1 parent a96c737 commit af30e57

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/SECURITY.md

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

55
| Version | Supported |
66
| ------- | ------------------ |
7-
| 0.1.12 | :white_check_mark: |
7+
| 0.1.13 | :white_check_mark: |
88

99

1010
## Reporting a Vulnerability

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.12"
7+
version = "0.1.13"
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.12"
67+
version = "0.1.13"
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.12"
1+
__version__ = "0.1.13"

0 commit comments

Comments
 (0)