Skip to content

Commit 4b8f867

Browse files
authored
Remove __init.py__ under azure (#27)
1 parent 12ca44e commit 4b8f867

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Handles multi-API versions of Azure Storage Data Plane originally from https://g
1717

1818
Change Log
1919
----------
20+
0.3.4
21+
+++++
22+
* Remove __init__.py under azure
23+
2024
0.3.2
2125
+++++
2226
* Fix package issue

azure/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
setup(
3737
name='azure-multiapi-storage',
38-
version='0.3.3',
38+
version='0.3.4',
3939
description='Microsoft Azure Storage Client Library for Python with multi API version support.',
4040
long_description=open('README.rst', 'r').read(),
4141
license='MIT',

0 commit comments

Comments
 (0)