From 86f6d720941ed1062317fe11149dafe12bd15321 Mon Sep 17 00:00:00 2001 From: aoki-h-jp Date: Sun, 5 Jan 2025 01:17:01 +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 250a18a..bcb0863 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="binance-bulk-downloader", - version="1.1.0", + version="1.1.0.1", 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",