Skip to content

Commit 3943d6e

Browse files
authored
Release v0.2.2 (#136)
## Description Release v0.2.2 ## Checklist Go over all the following points, and put an `x` in all the boxes that apply. - [X] I have read the [CONTRIBUTION](https://github.com/camel-ai/oasis/blob/master/CONTRIBUTING.md) guide (**required**) - [ ] I have linked this PR to an issue using the Development section on the right sidebar or by adding `Fixes #issue-number` in the PR description (**required**) - [X] I have checked if any dependencies need to be added or updated in `pyproject.toml` - [ ] I have updated the tests accordingly (*required for a bug fix or a new feature*) - [ ] I have updated the documentation if needed: - [ ] I have added examples if this is a new feature If you are unsure about any of these, don't hesitate to ask. We are here to help!
2 parents 6037f37 + b6cba71 commit 3943d6e

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.1"
14+
__version__ = "0.2.2"
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.1"
3+
version = "0.2.2"
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)