Skip to content

Commit aa2edbd

Browse files
committed
chore: switch to stable release
1 parent 3e6e3c7 commit aa2edbd

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
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.7.19-rc.1"
1+
__version__ = "0.7.19"

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.7.19-rc.1 fastapi playwright uvicorn
22+
RUN python -m pip install composio-core[all]==0.7.19 fastapi playwright uvicorn
2323

2424
# Install playwright deps
2525
RUN playwright install-deps

python/plugins/agno/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_agno",
12-
version="0.7.19-rc.1",
12+
version="0.7.19",
1313
author="Devanshu",
1414
author_email="tech@composio.dev",
1515
description="Use Composio to get an array of tools with your Agno Plugin.",

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.7.19-rc.1",
12+
version="0.7.19",
1313
author="Sawradip",
1414
author_email="sawradip@composio.dev",
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.7.19-rc.1",
12+
version="0.7.19",
1313
author="Sawradip",
1414
author_email="sawradip@composio.dev",
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.7.19-rc.1",
12+
version="0.7.19",
1313
author="Sawradip",
1414
author_email="sawradip@composio.dev",
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.7.19-rc.1",
12+
version="0.7.19",
1313
author="Himanshu",
1414
author_email="himanshu@composio.dev",
1515
description="Use Composio to get an array of tools with your CrewAI agent.",

python/plugins/gemini/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_gemini",
12-
version="0.7.19-rc.1",
12+
version="0.7.19",
1313
author="Composio",
1414
author_email="tech@composio.dev",
1515
description="Use Composio to get an array of tools with your Gemini 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.7.19-rc.1",
12+
version="0.7.19",
1313
author="Assistant",
1414
author_email="karan@composio.dev",
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.7.19-rc.1",
12+
version="0.7.19",
1313
author="Sawradip",
1414
author_email="sawradip@composio.dev",
1515
description="Use Composio to get an array of tools with your Griptape workflow.",

0 commit comments

Comments
 (0)