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"