Skip to content

Commit 4b203ee

Browse files
committed
Updated version to 0.0.34. Pypi doesn't allow name reuse
1 parent 821968a commit 4b203ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Release History
44
===============
55

6-
0.0.33 (2018-10-15)
6+
0.0.34 (2018-10-15)
77
+++++++++++++++++++
88
* Fixed concat issue with plus(or other symbols) in filename
99
* Added readinto method

azure/datalake/store/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# license information.
77
# --------------------------------------------------------------------------
88

9-
__version__ = "0.0.33"
9+
__version__ = "0.0.34"
1010

1111
from .core import AzureDLFileSystem
1212
from .multithread import ADLDownloader

0 commit comments

Comments
 (0)