From 91986b9156dd2e405992190d4427ad7abe112e94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20S=C3=A1nchez?= Date: Tue, 27 May 2025 15:34:58 -0300 Subject: [PATCH] PEP625 --- okx/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/okx/__init__.py b/okx/__init__.py index 2ebfed6..85b0940 100644 --- a/okx/__init__.py +++ b/okx/__init__.py @@ -2,4 +2,4 @@ Python SDK for the OKX API v5 """ -__version__="0.3.5" \ No newline at end of file +__version__="0.3.5.1" \ No newline at end of file diff --git a/setup.py b/setup.py index 3715e47..0fd0e76 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ with open("README.md", "r",encoding="utf-8") as fh: long_description = fh.read() setuptools.setup( - name="python-okx-earn", + name="python_okx_earn", version=okx.__version__, author="nsanchez1980", author_email="nicolassanchez@tutanota.com",