Skip to content

Commit

Permalink
release: v0.1.5.3 (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendong-Fan committed Jun 21, 2024
1 parent 4286bc2 commit d40546a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ conda create --name camel python=3.10
conda activate camel

# Clone github repo
git clone -b v0.1.5.2 https://github.com/camel-ai/camel.git
git clone -b v0.1.5.3 https://github.com/camel-ai/camel.git

# Change directory into project directory
cd camel
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
project = 'CAMEL'
copyright = '2023, CAMEL-AI.org'
author = 'CAMEL-AI.org'
release = '0.1.5.2'
release = '0.1.5.3'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/get_started/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ conda create --name camel python=3.10
conda activate camel

# Clone github repo
git clone -b v0.1.5.2 https://github.com/camel-ai/camel.git
git clone -b v0.1.5.3 https://github.com/camel-ai/camel.git

# Change directory into project directory
cd camel
Expand Down
2 changes: 1 addition & 1 deletion examples/test/test_role_description_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

model_gpt = ModelFactory.create(
ModelPlatformType.OPENAI,
model_type=ModelType.GPT_3_5_TURBO,
model_type=ModelType.GPT_4O,
model_config_dict={},
)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "camel-ai"
version = "0.1.5.2"
version = "0.1.5.3"
authors = ["CAMEL-AI.org"]
description = "Communicative Agents for AI Society Study"
readme = "README.md"
Expand Down

0 comments on commit d40546a

Please sign in to comment.