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