diff --git a/azure/datalake/store/__init__.py b/azure/datalake/store/__init__.py index ab208be..d1baca8 100644 --- a/azure/datalake/store/__init__.py +++ b/azure/datalake/store/__init__.py @@ -6,7 +6,7 @@ # license information. # -------------------------------------------------------------------------- -__version__ = "0.0.2" +__version__ = "0.0.3" from .core import AzureDLFileSystem from .multithread import ADLDownloader