From f1e79010b142652c74182b097925baede2ec539d Mon Sep 17 00:00:00 2001 From: dextertd Date: Thu, 28 Sep 2023 18:34:42 +0100 Subject: [PATCH] update version --- pybit/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pybit/__init__.py b/pybit/__init__.py index 05a9f5f..1cf2c24 100644 --- a/pybit/__init__.py +++ b/pybit/__init__.py @@ -1 +1 @@ -VERSION = "5.5.0" +VERSION = "5.6.0" diff --git a/setup.py b/setup.py index 65c0be0..7290702 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='pybit', - version='5.5.0', + version='5.6.0', description='Python3 Bybit HTTP/WebSocket API Connector', long_description=long_description, long_description_content_type="text/markdown",