Skip to content

Commit

Permalink
Remove __init.py__ under azure (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
arrownj authored Jun 24, 2020
1 parent 12ca44e commit 4b8f867
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion azure/__init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4b8f867

Please sign in to comment.