Skip to content

Commit 50e7b1b

Browse files
NathanielRNlzchen
andauthored
Patch update SDK Extension AWS to version 1.0.1 (open-telemetry#672)
Co-authored-by: Leighton Chen <[email protected]>
1 parent a768071 commit 50e7b1b

File tree

2 files changed

+2
-2
lines changed
  • sdk-extension/opentelemetry-sdk-extension-aws

2 files changed

+2
-2
lines changed

sdk-extension/opentelemetry-sdk-extension-aws/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ url = https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/s
2323
platforms = any
2424
license = Apache-2.0
2525
classifiers =
26-
Development Status :: 4 - Beta
26+
Development Status :: 5 - Production/Stable
2727
Intended Audience :: Developers
2828
License :: OSI Approved :: Apache Software License
2929
Programming Language :: Python

sdk-extension/opentelemetry-sdk-extension-aws/src/opentelemetry/sdk/extension/aws/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.0.0"
15+
__version__ = "1.0.1"

0 commit comments

Comments
 (0)