Skip to content

Commit 89814da

Browse files
committed
Bump version: 2.13.27 → 2.13.28
1 parent 98f2f9a commit 89814da

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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 = 2.13.27
2+
current_version = 2.13.28
33
commit = True
44
tag = True
55

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUN apt update \
5656
&& apt upgrade -y \
5757
&& apt install -y ripgrep tree fd-find curl build-essential libxml2-dev libxslt1-dev python3-dev \
5858
&& curl -LsSf https://astral.sh/uv/install.sh | sh \
59-
&& uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow genius-agent>=2.13.27 \
59+
&& uv pip install --system --upgrade --verbose --no-cache --break-system-packages --prerelease=allow genius-agent>=2.13.28 \
6060
&& crawl4ai-setup
6161

6262
CMD ["genius-agent"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
![PyPI - Wheel](https://img.shields.io/pypi/wheel/genius-agent)
2121
![PyPI - Implementation](https://img.shields.io/pypi/implementation/genius-agent)
2222

23-
*Version: 2.13.27*
23+
*Version: 2.13.28*
2424

2525
Deploy agents to solve problems using Autogen
2626

genius_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__ = "2.13.27"
14+
__version__ = "2.13.28"
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 = "genius-agent"
7-
version = "2.13.27"
7+
version = "2.13.28"
88
description = "GeniusAgent Search Engine MCP Server for Agentic AI!"
99
readme = "README.md"
1010
authors = [{ name = "Audel Rouhi", email = "knucklessg1@gmail.com" }]
@@ -18,7 +18,7 @@ classifiers = [
1818
requires-python = ">=3.10"
1919
dependencies = [
2020
"universal-skills[web-crawler,web-search]",
21-
"agent-utilities[agent,logfire]>=0.2.13"]
21+
"agent-utilities[agent,logfire]>=0.2.14"]
2222

2323
[project.scripts]
2424
genius-agent = "genius_agent.agent:agent_server"

0 commit comments

Comments
 (0)