From b08304a1f927096995ceef223157010b6c31c418 Mon Sep 17 00:00:00 2001 From: Paulo Vital Date: Thu, 17 Oct 2024 15:25:40 +0200 Subject: [PATCH] chore(version): Bump version to 3.0.1 Signed-off-by: Paulo Vital --- pyproject.toml | 1 + src/instana/version.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 11c63a879..cbdf11f76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,6 +36,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware", "Topic :: System :: Monitoring", diff --git a/src/instana/version.py b/src/instana/version.py index e40079d28..aaa4334af 100644 --- a/src/instana/version.py +++ b/src/instana/version.py @@ -3,4 +3,4 @@ # Module version file. Used by setup.py and snapshot reporting. -VERSION = "3.0.0" +VERSION = "3.0.1"