Skip to content

Commit 8f41989

Browse files
committed
Bump version: 0.2.31 → 0.2.32
1 parent 2c0a997 commit 8f41989

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.31
2+
current_version = 0.2.32
33
commit = True
44
tag = True
55

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ ENV HOST=${HOST} \
5454
RUN 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.31
57+
&& uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow github-agent>=0.2.32
5858

5959
CMD ["gitlab-mcp"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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.31*
24+
*Version: 0.2.32*
2525

2626
## Overview
2727

github_agent/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
load_identity,
1212
)
1313

14-
__version__ = "0.2.31"
14+
__version__ = "0.2.32"
1515

1616
logging.basicConfig(
1717
level=logging.INFO,

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 = "github-agent"
7-
version = "0.2.31"
7+
version = "0.2.32"
88
readme = "README.md"
99
description = "GitHub Agent for MCP"
1010
requires-python = ">=3.10"
@@ -17,7 +17,7 @@ classifiers = [
1717
"Operating System :: POSIX :: Linux",
1818
"Programming Language :: Python :: 3"]
1919
dependencies = [
20-
"agent-utilities[agent,logfire]>=0.2.17"]
20+
"agent-utilities[agent,logfire]>=0.2.18"]
2121

2222
[project.scripts]
2323
github-agent = "github_agent.github_agent:agent_server"

0 commit comments

Comments
 (0)