From 2c59d9058da18b161fdf675410acfccf2eb9604f Mon Sep 17 00:00:00 2001 From: Matthew Kotila <7692737+matthewkotila@users.noreply.github.com> Date: Thu, 23 Apr 2026 08:58:48 -0700 Subject: [PATCH 1/2] Update __init__.py (#461) * Update __init__.py * Update __init__.py --- src/perf_analyzer/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/perf_analyzer/__init__.py b/src/perf_analyzer/__init__.py index 06d23255..6cae231a 100644 --- a/src/perf_analyzer/__init__.py +++ b/src/perf_analyzer/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -24,4 +24,4 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -__version__ = "2.60.0dev" +__version__ = "2.60.0" From 8435eca553d4d4d5c6b04fe7f79087170b7e9994 Mon Sep 17 00:00:00 2001 From: Misha Chornyi Date: Tue, 28 Apr 2026 14:35:48 -0700 Subject: [PATCH 2/2] post: Update development versions --- genai-perf/genai_perf/__init__.py | 4 ++-- src/perf_analyzer/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/genai-perf/genai_perf/__init__.py b/genai-perf/genai_perf/__init__.py index b6a448a9..bfd2b1cc 100644 --- a/genai-perf/genai_perf/__init__.py +++ b/genai-perf/genai_perf/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2024-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# Copyright 2024-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -24,4 +24,4 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -__version__ = "0.0.16dev" +__version__ = "0.0.17dev" diff --git a/src/perf_analyzer/__init__.py b/src/perf_analyzer/__init__.py index 6cae231a..b581df6b 100644 --- a/src/perf_analyzer/__init__.py +++ b/src/perf_analyzer/__init__.py @@ -24,4 +24,4 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -__version__ = "2.60.0" +__version__ = "2.61.0dev"