From 3c777c1834746440f23f39fd217dba9757607dc9 Mon Sep 17 00:00:00 2001 From: Leighton Date: Wed, 6 Nov 2019 14:38:01 -0800 Subject: [PATCH] update --- azure_monitor/setup.cfg | 4 ++-- azure_monitor/src/azure_monitor/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/azure_monitor/setup.cfg b/azure_monitor/setup.cfg index 465ed0b..e769fe9 100644 --- a/azure_monitor/setup.cfg +++ b/azure_monitor/setup.cfg @@ -9,11 +9,11 @@ author = Microsoft author_email = appinsightssdk@microsoft.com url = https://github.com/microsoft/opentelemetry-exporters-python platforms = any -license = Apache-2.0 +license = MIT classifiers = Development Status :: 3 - Alpha Intended Audience :: Developers - License :: OSI Approved :: Apache Software License + License :: OSI Approved :: MIT License Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3.4 diff --git a/azure_monitor/src/azure_monitor/version.py b/azure_monitor/src/azure_monitor/version.py index 9092865..7a5fe00 100644 --- a/azure_monitor/src/azure_monitor/version.py +++ b/azure_monitor/src/azure_monitor/version.py @@ -1,3 +1,3 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. -__version__ = "0.1.dev0" +__version__ = "0.2.dev0"