We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8372e3b + f039d51 commit 36cf6c6Copy full SHA for 36cf6c6
oasis/__init__.py
@@ -11,7 +11,7 @@
11
# See the License for the specific language governing permissions and
12
# limitations under the License.
13
# =========== Copyright 2023 @ CAMEL-AI.org. All Rights Reserved. ===========
14
-__version__ = "0.2.0"
+__version__ = "0.2.1"
15
16
from oasis.environment.env_action import LLMAction, ManualAction
17
from oasis.environment.make import make
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "camel-oasis"
3
-version = "0.2.0"
+version = "0.2.1"
4
description = "Open Agents Social Interaction Simulations on a Large Scale"
5
authors = ["CAMEL-AI.org"]
6
readme = "README.md"
0 commit comments