Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit fa44ef2

Browse files
authored
docs: change development status classifier to inactive (#41)
1 parent 2163c30 commit fa44ef2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ project_urls =
2828
license = Apache-2.0
2929
platforms = any
3030
classifiers =
31-
Development Status :: 5 - Production/Stable
31+
Development Status :: 7 - Inactive
3232
Intended Audience :: Developers
3333
License :: OSI Approved :: Apache Software License
3434
Operating System :: OS Independent

src/dynatrace/opentelemetry/metrics/export/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
MetricReader,
2323
)
2424

25-
VERSION = "1.0.2"
25+
VERSION = "1.0.3"
2626

2727

2828
def configure_dynatrace_metrics_export(

0 commit comments

Comments
 (0)