Skip to content

Commit

Permalink
bump to v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yeehan-crypto-com committed Nov 25, 2024
1 parent 673287d commit c9427b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 = "crypto-com-ai-agent-client"
version = "1.0.4"
version = "1.0.5"
description = "A python client to interact with the crypto.com AI agent service"
authors = ["Ric Arcifa <[email protected]>"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from setuptools import setup, find_packages
from setuptools import find_packages, setup

setup(
name="crypto-com-ai-agent-client",
version="1.0.4",
version="1.0.5",
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 c9427b9

Please sign in to comment.