File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 27
27
attributes :
28
28
label : What version of camel are you using?
29
29
description : Run command `python3 -c 'print(__import__("camel").__version__)'` in your shell and paste the output here.
30
- placeholder : E.g., 0.1.6.7
30
+ placeholder : E.g., 0.1.6.8
31
31
validations :
32
32
required : true
33
33
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ conda create --name camel python=3.10
119
119
conda activate camel
120
120
121
121
# Clone github repo
122
- git clone -b v0.1.6.7 https://github.com/camel-ai/camel.git
122
+ git clone -b v0.1.6.8 https://github.com/camel-ai/camel.git
123
123
124
124
# Change directory into project directory
125
125
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.6.7 '
15
+ __version__ = '0.1.6.8 '
16
16
17
17
__all__ = [
18
18
'__version__' ,
Original file line number Diff line number Diff line change 27
27
project = 'CAMEL'
28
28
copyright = '2023, CAMEL-AI.org'
29
29
author = 'CAMEL-AI.org'
30
- release = '0.1.6.7 '
30
+ release = '0.1.6.8 '
31
31
32
32
html_favicon = (
33
33
'https://raw.githubusercontent.com/camel-ai/camel/master/misc/favicon.png'
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ conda create --name camel python=3.10
61
61
conda activate camel
62
62
63
63
# Clone github repo
64
- git clone -b v0.1.6.7 https://github.com/camel-ai/camel.git
64
+ git clone -b v0.1.6.8 https://github.com/camel-ai/camel.git
65
65
66
66
# Change directory into project directory
67
67
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.6.7 "
7
+ version = " 0.1.6.8 "
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