Skip to content

Commit 94c8abe

Browse files
authored
release: version 0.1.4 (#597)
1 parent f0ca723 commit 94c8abe

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.0
30+
placeholder: E.g., 0.1.4
3131
validations:
3232
required: true
3333

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ conda create --name camel python=3.10
104104
conda activate camel
105105
106106
# 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
108108
109109
# Change directory into project directory
110110
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.1.3'
15+
__version__ = '0.1.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 = '2023, CAMEL-AI.org'
2929
author = 'CAMEL-AI.org'
30-
release = '0.1.0'
30+
release = '0.1.4'
3131

3232
# -- General configuration ---------------------------------------------------
3333
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/get_started/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ conda create --name camel python=3.10
5858
conda activate camel
5959
6060
# 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
6262
6363
# Change directory into project directory
6464
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.3"
7+
version = "0.1.4"
88
authors = ["CAMEL-AI.org"]
99
description = "Communicative Agents for AI Society Study"
1010
readme = "README.md"

0 commit comments

Comments
 (0)