Skip to content

Commit c60cec6

Browse files
committed
Bump version: 0.2.8 → 0.2.9
1 parent d7ed920 commit c60cec6

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
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.8
2+
current_version = 0.2.9
33
commit = True
44
tag = True
55

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ ENV HOST=${HOST} \
4545
EUNOMIA_TYPE=${EUNOMIA_TYPE} \
4646
EUNOMIA_POLICY_FILE=${EUNOMIA_POLICY_FILE} \
4747
EUNOMIA_REMOTE_URL=${EUNOMIA_REMOTE_URL} \
48+
PYTHONUNBUFFERED=1 \
4849
PATH="/root/.local/bin:/usr/local/bin:${PATH}" \
4950
UV_HTTP_TIMEOUT=3600 \
5051
UV_SYSTEM_PYTHON=1 \
@@ -53,6 +54,6 @@ ENV HOST=${HOST} \
5354
RUN apt-get update \
5455
&& apt-get install -y curl nano \
5556
&& curl -LsSf https://astral.sh/uv/install.sh | sh \
56-
&& uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow github-agent>=0.2.8
57+
&& uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow github-agent>=0.2.9
5758

5859
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.8*
24+
*Version: 0.2.9*
2525

2626
## Overview
2727

github_agent/github_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
from pydantic_ai.ui import SSE_CONTENT_TYPE
4040
from pydantic_ai.ui.ag_ui import AGUIAdapter
4141

42-
__version__ = "0.2.8"
42+
__version__ = "0.2.9"
4343

4444
logging.basicConfig(
4545
level=logging.INFO,

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.8"
7+
version = "0.2.9"
88
readme = "README.md"
99
description = "GitHub Agent for MCP"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)