From e8783cc724fe6085b8fff10a5453efe870949089 Mon Sep 17 00:00:00 2001 From: aoki-h-jp <113173839+aoki-h-jp@users.noreply.github.com> Date: Fri, 1 Sep 2023 23:21:35 +0900 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a3a3f8d..c498a29 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="binance-bulk-downloader", - version="1.0.4", + version="1.0.5", description="A Python library to efficiently and concurrently download historical data files from Binance. Supports all asset types (spot, futures, options) and all frequencies.", install_requires=["requests", "rich", "pytest"], author="aoki-h-jp",