diff --git a/pyproject.toml b/pyproject.toml index 36650df..8aff758 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT" diff --git a/setup.py b/setup.py index 3d7c2c1..ffd4df8 100644 --- a/setup.py +++ b/setup.py @@ -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',