Skip to content

Commit bda4bf4

Browse files
committed
Proper git clone 3
1 parent 82114c3 commit bda4bf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

camel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import camel.typing
77
import camel.utils
88

9-
__version__ = '0.0.1'
9+
__version__ = '0.1.0'
1010

1111
__all__ = [
1212
'__version__',

pyproject.toml

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

55
[project]
66
name="camel"
7-
version="0.0.1"
7+
version="0.1.0"
88
authors=[
99
{name="CAMEL TEAM", email="camel.ai.team@gmail.com"},
1010
]

0 commit comments

Comments
 (0)