diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 7fc02bcf..6173a3b5 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -3,6 +3,7 @@ ## Supported Versions | Version | Supported | | ------- | ------------------ | +| 0.2.19 | :white_check_mark: | | 0.2.18 | :white_check_mark: | | 0.2.17 | :white_check_mark: | | 0.2.16 | :white_check_mark: | diff --git a/pyproject.toml b/pyproject.toml index 0c118c41..1896afff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "golf-mcp" -version = "0.2.18" +version = "0.2.19" description = "Framework for building MCP servers" authors = [ {name = "Antoni Gmitruk", email = "antoni@golf.dev"} @@ -66,7 +66,7 @@ golf = ["examples/**/*"] [tool.poetry] name = "golf-mcp" -version = "0.2.18" +version = "0.2.19" description = "Framework for building MCP servers with zero boilerplate" authors = ["Antoni Gmitruk "] license = "Apache-2.0" diff --git a/src/golf/__init__.py b/src/golf/__init__.py index 927de258..04d1c7c5 100644 --- a/src/golf/__init__.py +++ b/src/golf/__init__.py @@ -1 +1 @@ -__version__ = "0.2.18" +__version__ = "0.2.19"