diff --git a/HISTORY.rst b/HISTORY.rst index d2c4470..1ad5c3f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,10 @@ Release History =============== +0.0.7 (2017-04-19) +------------------ +* Update the build process to more efficiently handle multi-part namespaces for pip. + 0.0.6 (2017-03-15) ------------------ * Fix an issue with path caching that should drastically improve performance for download diff --git a/azure/datalake/store/__init__.py b/azure/datalake/store/__init__.py index a94eb7e..f4e3bdc 100644 --- a/azure/datalake/store/__init__.py +++ b/azure/datalake/store/__init__.py @@ -6,7 +6,7 @@ # license information. # -------------------------------------------------------------------------- -__version__ = "0.0.6" +__version__ = "0.0.7" from .core import AzureDLFileSystem from .multithread import ADLDownloader