Patch update SDK Extension AWS to version 1.0.1 (#672)

Co-authored-by: Leighton Chen <lechen@microsoft.com>
This commit is contained in:
(Eliseo) Nathaniel Ruiz Nowell 2021-09-16 16:13:14 -07:00 committed by GitHub
parent a7680719f2
commit 50e7b1b708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ url = https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/s
platforms = any
license = Apache-2.0
classifiers =
Development Status :: 4 - Beta
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Programming Language :: Python

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "1.0.0"
__version__ = "1.0.1"