Skip to content

Commit

Permalink
release version 0.1.2 (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendong-Fan authored Apr 17, 2024
1 parent b820412 commit 2ef2d8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ conda create --name camel python=3.10
conda activate camel

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

# Change directory into project directory
cd camel
Expand Down
2 changes: 1 addition & 1 deletion camel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# limitations under the License.
# =========== Copyright 2023 @ CAMEL-AI.org. All Rights Reserved. ===========

__version__ = '0.1.1'
__version__ = '0.1.2'

__all__ = [
'__version__',
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.1"
version = "0.1.2"
authors = ["CAMEL-AI.org"]
description = "Communicative Agents for AI Society Study"
readme = "README.md"
Expand Down

0 comments on commit 2ef2d8a

Please sign in to comment.