Skip to content

Commit 048738a

Browse files
committed
chore: bump version
1 parent 1c5c08e commit 048738a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.3.0rc4"
7+
version = "0.3.0rc5"
88
description = "Framework for building MCP servers"
99
authors = [
1010
{name = "Antoni Gmitruk", email = "antoni@golf.dev"}
@@ -66,7 +66,7 @@ golf = ["examples/**/*"]
6666

6767
[tool.poetry]
6868
name = "golf-mcp"
69-
version = "0.3.0rc4"
69+
version = "0.3.0rc5"
7070
description = "Framework for building MCP servers with zero boilerplate"
7171
authors = ["Antoni Gmitruk <antoni@golf.dev>"]
7272
license = "Apache-2.0"

src/golf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.3.0rc4"
1+
__version__ = "0.3.0rc5"
22

33
from golf.decorators import prompt, resource, tool
44

0 commit comments

Comments
 (0)