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",