Skip to content

Commit 7739cba

Browse files
committed
bump version to 0.1.8 #60
1 parent 88744f1 commit 7739cba

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed

Diff for: agentverse/agents/simulation_agent/__init__.py

Whitespace-only changes.

Diff for: agentverse/environments/simulation_env/__init__.py

Whitespace-only changes.

Diff for: agentverse/environments/tasksolving_env/__init__.py

Whitespace-only changes.

Diff for: agentverse/llms/utils/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . jsonrepair import JsonRepair

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name="agentverse",
13-
version="0.1.5",
13+
version="0.1.8",
1414
author="OpenBMB",
1515
author_email="[email protected]",
1616
description="A versatile framework that streamlines the process of creating custom multi-agent environments for large language models (LLMs).",

0 commit comments

Comments
 (0)