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