Skip to content

Commit 9829992

Browse files
authored
release: v0.1.5.5 (#711)
1 parent e3d6405 commit 9829992

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ conda create --name camel python=3.9
110110
conda activate camel
111111
112112
# Clone github repo
113-
git clone -b v0.1.5.4 https://github.com/camel-ai/camel.git
113+
git clone -b v0.1.5.5 https://github.com/camel-ai/camel.git
114114
115115
# Change directory into project directory
116116
cd camel
@@ -124,7 +124,7 @@ pip install -e .[all] # (Optional)
124124

125125
### From Docker
126126

127-
Detailed guidance can be find [here](https://github.com/camel-ai/camel/blob/master/camel/.container/README.md)
127+
Detailed guidance can be find [here](https://github.com/camel-ai/camel/blob/master/.container/README.md)
128128

129129
## Documentation
130130

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.1.5'
15+
__version__ = '0.1.5.5'
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 = '2023, CAMEL-AI.org'
2929
author = 'CAMEL-AI.org'
30-
release = '0.1.5.4'
30+
release = '0.1.5.5'
3131

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

docs/get_started/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ conda create --name camel python=3.10
6161
conda activate camel
6262
6363
# Clone github repo
64-
git clone -b v0.1.5.4 https://github.com/camel-ai/camel.git
64+
git clone -b v0.1.5.5 https://github.com/camel-ai/camel.git
6565
6666
# Change directory into project directory
6767
cd camel

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "camel-ai"
7-
version = "0.1.5.4"
7+
version = "0.1.5.5"
88
authors = ["CAMEL-AI.org"]
99
description = "Communicative Agents for AI Society Study"
1010
readme = "README.md"

0 commit comments

Comments
 (0)