Skip to content

Commit f039d51

Browse files
committed
change the version to 0.2.1
1 parent 8372e3b commit f039d51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

oasis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313
# =========== Copyright 2023 @ CAMEL-AI.org. All Rights Reserved. ===========
14-
__version__ = "0.2.0"
14+
__version__ = "0.2.1"
1515

1616
from oasis.environment.env_action import LLMAction, ManualAction
1717
from oasis.environment.make import make

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "camel-oasis"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Open Agents Social Interaction Simulations on a Large Scale"
55
authors = ["CAMEL-AI.org"]
66
readme = "README.md"

0 commit comments

Comments
 (0)