This commit is contained in:
Nicolás Sánchez 2025-05-27 15:34:58 -03:00
parent 6c11b63dfb
commit 91986b9156
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
Python SDK for the OKX API v5 Python SDK for the OKX API v5
""" """
__version__="0.3.5" __version__="0.3.5.1"

View File

@ -4,7 +4,7 @@ with open("README.md", "r",encoding="utf-8") as fh:
long_description = fh.read() long_description = fh.read()
setuptools.setup( setuptools.setup(
name="python-okx-earn", name="python_okx_earn",
version=okx.__version__, version=okx.__version__,
author="nsanchez1980", author="nsanchez1980",
author_email="nicolassanchez@tutanota.com", author_email="nicolassanchez@tutanota.com",