File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- __version__ = "0.7.20 "
1+ __version__ = "0.7.21 "
Original file line number Diff line number Diff line change @@ -90,14 +90,15 @@ def scan_for_package_data(
9090
9191setup (
9292 name = "composio_core" ,
93- version = "0.7.20 " ,
93+ version = "0.7.21 " ,
9494 author = "Utkarsh" ,
9595 author_email = "utkarsh@composio.dev" ,
96- description = "Core package to act as a bridge between composio platform and other services." ,
96+ description = "[DEPRECATED] Core package to act as a bridge between composio platform and other services. Please use 'composio' instead ." ,
9797 long_description = (Path (__file__ ).parent / "README.md" ).read_text (encoding = "utf-8" ),
9898 long_description_content_type = "text/markdown" ,
9999 url = "https://github.com/composiohq/composio" ,
100100 classifiers = [
101+ "Development Status :: 7 - Inactive" ,
101102 "Programming Language :: Python :: 3" ,
102103 "License :: OSI Approved :: Apache Software License" ,
103104 "Operating System :: OS Independent" ,
You can’t perform that action at this time.
0 commit comments