diff --git a/README.rst b/README.rst index 8ddfbcf..4a4f53f 100644 --- a/README.rst +++ b/README.rst @@ -17,6 +17,10 @@ Handles multi-API versions of Azure Storage Data Plane originally from https://g Change Log ---------- +0.3.4 ++++++ +* Remove __init__.py under azure + 0.3.2 +++++ * Fix package issue diff --git a/azure/__init__.py b/azure/__init__.py deleted file mode 100644 index 849489f..0000000 --- a/azure/__init__.py +++ /dev/null @@ -1 +0,0 @@ -__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup.py b/setup.py index 0b77a9b..9135313 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( name='azure-multiapi-storage', - version='0.3.3', + version='0.3.4', description='Microsoft Azure Storage Client Library for Python with multi API version support.', long_description=open('README.rst', 'r').read(), license='MIT',