Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #9 from lzchen/update
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen authored Nov 14, 2019
2 parents 6f78ea0 + 3c777c1 commit 2788cf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions azure_monitor/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion azure_monitor/src/azure_monitor/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
__version__ = "0.1.dev0"
__version__ = "0.2.dev0"

0 comments on commit 2788cf4

Please sign in to comment.