diff --git a/src/import-export/HISTORY.rst b/src/import-export/HISTORY.rst index 1c139576ba0..03b096b7a70 100644 --- a/src/import-export/HISTORY.rst +++ b/src/import-export/HISTORY.rst @@ -3,6 +3,10 @@ Release History =============== +0.1.1 +++++++ +* Fix generated package not found issue. + 0.1.0 ++++++ * Initial release. diff --git a/src/import-export/azext_import_export/generated/__init__.py b/src/import-export/azext_import_export/generated/__init__.py new file mode 100644 index 00000000000..c9cfdc73e77 --- /dev/null +++ b/src/import-export/azext_import_export/generated/__init__.py @@ -0,0 +1,12 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. +# -------------------------------------------------------------------------- + +__path__ = __import__('pkgutil').extend_path(__path__, __name__) diff --git a/src/import-export/setup.py b/src/import-export/setup.py index 0eaa32f0660..ee52331e233 100644 --- a/src/import-export/setup.py +++ b/src/import-export/setup.py @@ -16,7 +16,7 @@ # TODO: Confirm this is the right version number you want and it matches your # HISTORY.rst entry. -VERSION = '0.1.0' +VERSION = '0.1.1' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers