Skip to content

Commit 443a633

Browse files
authored
quick fix/pypi version use 0.1.3 (#535)
1 parent 14134bd commit 443a633

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.2 https://github.com/camel-ai/camel.git
107+
git clone -b v0.1.3 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.2'
15+
__version__ = '0.1.3'
1616

1717
__all__ = [
1818
'__version__',

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.1 https://github.com/camel-ai/camel.git
61+
git clone -b v0.1.3 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.2"
7+
version = "0.1.3"
88
authors = ["CAMEL-AI.org"]
99
description = "Communicative Agents for AI Society Study"
1010
readme = "README.md"

0 commit comments

Comments
 (0)