We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0300a commit b08304aCopy full SHA for b08304a
pyproject.toml
@@ -36,6 +36,7 @@ classifiers = [
36
"Programming Language :: Python :: 3.10",
37
"Programming Language :: Python :: 3.11",
38
"Programming Language :: Python :: 3.12",
39
+ "Programming Language :: Python :: 3.13",
40
"Programming Language :: Python :: Implementation :: CPython",
41
"Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware",
42
"Topic :: System :: Monitoring",
src/instana/version.py
@@ -3,4 +3,4 @@
3
4
# Module version file. Used by setup.py and snapshot reporting.
5
6
-VERSION = "3.0.0"
+VERSION = "3.0.1"
0 commit comments