File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.2.22
2+ current_version = 0.2.23
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -54,6 +54,6 @@ ENV HOST=${HOST} \
5454RUN apt-get update \
5555 && apt-get install -y ripgrep tree fd-find curl nano \
5656 && curl -LsSf https://astral.sh/uv/install.sh | sh \
57- && uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow github-agent>=0.2.22
57+ && uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow github-agent>=0.2.23
5858
5959CMD ["gitlab-mcp" ]
Original file line number Diff line number Diff line change 2121![ PyPI - Wheel] ( https://img.shields.io/pypi/wheel/github-agent )
2222![ PyPI - Implementation] ( https://img.shields.io/pypi/implementation/github-agent )
2323
24- * Version: 0.2.22 *
24+ * Version: 0.2.23 *
2525
2626## Overview
2727
Original file line number Diff line number Diff line change 1212from agent_utilities .agent_utilities import create_agent_parser , get_mcp_config_path
1313from agent_utilities .base_utilities import to_integer , to_boolean
1414
15- __version__ = "0.2.22 "
15+ __version__ = "0.2.23 "
1616
1717logging .basicConfig (
1818 level = logging .INFO ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " github-agent"
7- version = " 0.2.22 "
7+ version = " 0.2.23 "
88readme = " README.md"
99description = " GitHub Agent for MCP"
1010requires-python = " >=3.10"
@@ -18,7 +18,7 @@ classifiers = [
1818 " Programming Language :: Python :: 3" ,
1919]
2020dependencies = [
21- " agent-utilities[agent,logfire]>=0.2.8 " ,
21+ " agent-utilities[agent,logfire]>=0.2.9 " ,
2222]
2323
2424[project .scripts ]
You can’t perform that action at this time.
0 commit comments