Skip to content

Commit 74b8f13

Browse files
authored
docs: update cookbooks to version 0.2.4 (#1115)
1 parent bf1f2a6 commit 74b8f13

21 files changed

+11228
-9052
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ body:
2626
attributes:
2727
label: What version of camel are you using?
2828
description: Run command `python3 -c 'print(__import__("camel").__version__)'` in your shell and paste the output here.
29-
placeholder: E.g., 0.2.4a1
29+
placeholder: E.g., 0.2.4
3030
validations:
3131
required: true
3232

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ conda create --name camel python=3.10
116116
conda activate camel
117117
118118
# Clone github repo
119-
git clone -b v0.2.4a1 https://github.com/camel-ai/camel.git
119+
git clone -b v0.2.4 https://github.com/camel-ai/camel.git
120120
121121
# Change directory into project directory
122122
cd camel

camel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# limitations under the License.
1313
# =========== Copyright 2023 @ CAMEL-AI.org. All Rights Reserved. ===========
1414

15-
__version__ = '0.2.4a1'
15+
__version__ = '0.2.4'
1616

1717
__all__ = [
1818
'__version__',

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
project = 'CAMEL'
2828
copyright = '2024, CAMEL-AI.org'
2929
author = 'CAMEL-AI.org'
30-
release = '0.2.4a1'
30+
release = '0.2.4'
3131

3232
html_favicon = (
3333
'https://raw.githubusercontent.com/camel-ai/camel/master/misc/favicon.png'

0 commit comments

Comments
 (0)