diff --git a/README.md b/README.md index a8c2c3e935..8edc65d1e1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/camel/__init__.py b/camel/__init__.py index 8ff878866d..cce8fd4b71 100644 --- a/camel/__init__.py +++ b/camel/__init__.py @@ -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__', diff --git a/pyproject.toml b/pyproject.toml index 51ad8d989e..af4cf5a6e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"