Skip to content

Commit 39ff4f3

Browse files
Release (#1171)
Co-authored-by: angrybayblade <[email protected]>
1 parent 3589d9b commit 39ff4f3

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

python/composio/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.12"
1+
__version__ = "0.6.13"

python/dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN /bin/python3 -m venv .composio/venv
1919
RUN export PATH=$PATH:$(pwd)/.composio/venv/bin
2020

2121
# Install composio
22-
RUN python -m pip install composio-core[all]==0.6.12 fastapi playwright uvicorn
22+
RUN python -m pip install composio-core[all]==0.6.13 fastapi playwright uvicorn
2323

2424
# Install playwright deps
2525
RUN playwright install-deps

python/plugins/autogen/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="composio_autogen",
12-
version="0.6.12",
12+
version="0.6.13",
1313
author="Sawradip",
1414
author_email="[email protected]",
1515
description="Use Composio to get an array of tools with your Autogen agent.",

python/plugins/camel/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="composio_camel",
12-
version="0.6.12",
12+
version="0.6.13",
1313
author="Sawradip",
1414
author_email="[email protected]",
1515
description="Use Composio to get an array of tools with your Claude LLMs.",

python/plugins/claude/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="composio_claude",
12-
version="0.6.12",
12+
version="0.6.13",
1313
author="Sawradip",
1414
author_email="[email protected]",
1515
description="Use Composio to get an array of tools with your Claude LLMs.",

python/plugins/crew_ai/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="composio_crewai",
12-
version="0.6.12",
12+
version="0.6.13",
1313
author="Himanshu",
1414
author_email="[email protected]",
1515
description="Use Composio to get an array of tools with your CrewAI agent.",

python/plugins/google/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="composio_google",
12-
version="0.6.12",
12+
version="0.6.13",
1313
author="Assistant",
1414
author_email="[email protected]",
1515
description="Use Composio to get an array of tools with your Google AI Python Gemini model.",

python/plugins/griptape/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="composio_griptape",
12-
version="0.6.12",
12+
version="0.6.13",
1313
author="Sawradip",
1414
author_email="[email protected]",
1515
description="Use Composio to get an array of tools with your Griptape workflow.",

python/plugins/julep/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="composio_julep",
12-
version="0.6.12",
12+
version="0.6.13",
1313
author="Sawradip",
1414
author_email="[email protected]",
1515
description="Use Composio to get an array of tools with your Julep workflow.",

python/plugins/langchain/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="composio_langchain",
12-
version="0.6.12",
12+
version="0.6.13",
1313
author="Karan",
1414
author_email="[email protected]",
1515
description="Use Composio to get an array of tools with your LangChain agent.",

0 commit comments

Comments
 (0)