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.0
30
+ placeholder : E.g., 0.1.4
31
31
validations :
32
32
required : true
33
33
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.3 https://github.com/camel-ai/camel.git
107
+ git clone -b v0.1.4 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.3 '
15
+ __version__ = '0.1.4 '
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.0 '
30
+ release = '0.1.4 '
31
31
32
32
# -- General configuration ---------------------------------------------------
33
33
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
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.3 https://github.com/camel-ai/camel.git
61
+ git clone -b v0.1.4 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.3 "
7
+ version = " 0.1.4 "
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