diff --git a/HISTORY.rst b/HISTORY.rst index f05aa07..ab8499d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ Release History =============== -0.0.33 (2018-10-15) +0.0.34 (2018-10-15) +++++++++++++++++++ * Fixed concat issue with plus(or other symbols) in filename * Added readinto method diff --git a/azure/datalake/store/__init__.py b/azure/datalake/store/__init__.py index 97a7be3..24d485f 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.34" from .core import AzureDLFileSystem from .multithread import ADLDownloader