From cd9e9f048314b664cfcff5445739819d815614c4 Mon Sep 17 00:00:00 2001 From: Daniel Ciborowski Date: Thu, 19 May 2022 13:18:39 -0400 Subject: [PATCH] Update __init__.py --- src/az-python/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/az-python/__init__.py b/src/az-python/__init__.py index 1be8fc66..90d6cfbf 100644 --- a/src/az-python/__init__.py +++ b/src/az-python/__init__.py @@ -1 +1,6 @@ +# ------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See LICENSE in project root for information. +# ------------------------------------------------------------- +"""Collection of Python Libraries for use on Azure""" __version__="1.0.2"