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 06d23255..b581df6b 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.61.0dev"