diff --git a/azure/datalake/store/__init__.py b/azure/datalake/store/__init__.py index 97a7be3..3833a6f 100644 --- a/azure/datalake/store/__init__.py +++ b/azure/datalake/store/__init__.py @@ -6,7 +6,7 @@ # license information. # -------------------------------------------------------------------------- -__version__ = "0.0.33" +__version__ = "0.0.32" from .core import AzureDLFileSystem from .multithread import ADLDownloader