Skip to content

Commit

Permalink
Merge pull request #3 from crypto-com/no-jira-add-workflows
Browse files Browse the repository at this point in the history
No jira add workflows
  • Loading branch information
rarcifa authored Sep 26, 2024
2 parents 434f980 + e72997b commit 72d0b2f
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Crypto.com AI Agent Client.py is a Python library designed to facilitate eas
- Simple and intuitive API for interacting with the Crypto.com AI Agent.
- Supports sending queries and receiving AI-generated responses.
- Configurable client instances tailored to your specific endpoint and security needs.
- **Currently in betay**: Expect frequent updates and potential changes in future releases.
- **Currently in beta**: Expect frequent updates and potential changes in future releases.

## Installation

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cdc-ai-agent-client"
version = "1.0.0-beta"
version = "1.0.1-beta"
description = "A python client to interact with the crypto.com AI agent service"
authors = ["Ric Arcifa <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="crypto_com_ai_agent_client",
version="1.0.0-beta",
version="1.0.1-beta",
description="Python client for Crypto.com AI Agent Service",
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 72d0b2f

Please sign in to comment.