File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 26
26
attributes :
27
27
label : What version of camel are you using?
28
28
description : Run command `python3 -c 'print(__import__("camel").__version__)'` in your shell and paste the output here.
29
- placeholder : E.g., 0.2.20a1
29
+ placeholder : E.g., 0.2.20
30
30
validations :
31
31
required : true
32
32
Original file line number Diff line number Diff line change 14
14
15
15
from camel .logger import disable_logging , enable_logging , set_log_level
16
16
17
- __version__ = '0.2.20a1 '
17
+ __version__ = '0.2.20 '
18
18
19
19
__all__ = [
20
20
'__version__' ,
Original file line number Diff line number Diff line change 27
27
project = 'CAMEL'
28
28
copyright = '2024, CAMEL-AI.org'
29
29
author = 'CAMEL-AI.org'
30
- release = '0.2.20a1 '
30
+ release = '0.2.20 '
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 @@ -60,7 +60,7 @@ conda create --name camel python=3.10
60
60
conda activate camel
61
61
62
62
# Clone github repo
63
- git clone -b v0.2.20a1 https://github.com/camel-ai/camel.git
63
+ git clone -b v0.2.20 https://github.com/camel-ai/camel.git
64
64
65
65
# Change directory into project directory
66
66
cd camel
Original file line number Diff line number Diff line change @@ -340,14 +340,14 @@ response = jina_reader.read_content("https://docs.camel-ai.org/")
340
340
print (response)
341
341
```
342
342
``` markdown
343
- >>>Welcome to CAMEL’s documentation! — CAMEL 0.2.20a1 documentation
343
+ >>>Welcome to CAMEL’s documentation! — CAMEL 0.2.20 documentation
344
344
===============
345
345
346
346
[Skip to main content](https://docs.camel-ai.org/#main-content)
347
347
348
348
Back to top Ctrl+K
349
349
350
- [ CAMEL 0.2.20a1 ](https://docs.camel-ai.org/#)
350
+ [ CAMEL 0.2.20 ](https://docs.camel-ai.org/#)
351
351
352
352
Search Ctrl+K
353
353
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.2.20a1 "
7
+ version = " 0.2.20 "
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