File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ conda create --name camel python=3.10
104
104
conda activate camel
105
105
106
106
# Clone github repo
107
- git clone -b v0.1.2 https://github.com/camel-ai/camel.git
107
+ git clone -b v0.1.3 https://github.com/camel-ai/camel.git
108
108
109
109
# Change directory into project directory
110
110
cd camel
Original file line number Diff line number Diff line change 12
12
# limitations under the License.
13
13
# =========== Copyright 2023 @ CAMEL-AI.org. All Rights Reserved. ===========
14
14
15
- __version__ = '0.1.2 '
15
+ __version__ = '0.1.3 '
16
16
17
17
__all__ = [
18
18
'__version__' ,
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ conda create --name camel python=3.10
58
58
conda activate camel
59
59
60
60
# Clone github repo
61
- git clone -b v0.1.1 https://github.com/camel-ai/camel.git
61
+ git clone -b v0.1.3 https://github.com/camel-ai/camel.git
62
62
63
63
# Change directory into project directory
64
64
cd camel
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " camel-ai"
7
- version = " 0.1.2 "
7
+ version = " 0.1.3 "
8
8
authors = [" CAMEL-AI.org" ]
9
9
description = " Communicative Agents for AI Society Study"
10
10
readme = " README.md"
You can’t perform that action at this time.
0 commit comments