From 7a2024e961b8741ce46e83f226378b90e457ead3 Mon Sep 17 00:00:00 2001 From: Dominic Hamon Date: Mon, 18 Jul 2022 15:34:24 +0100 Subject: [PATCH] v1.6.2 bump --- CMakeLists.txt | 2 +- bindings/python/google_benchmark/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6880c1f3..f8c86c3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ foreach(p endif() endforeach() -project (benchmark VERSION 1.6.1 LANGUAGES CXX) +project (benchmark VERSION 1.6.2 LANGUAGES CXX) option(BENCHMARK_ENABLE_TESTING "Enable testing of the benchmark library." ON) option(BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON) diff --git a/bindings/python/google_benchmark/__init__.py b/bindings/python/google_benchmark/__init__.py index 23fbcf68..4d57c717 100644 --- a/bindings/python/google_benchmark/__init__.py +++ b/bindings/python/google_benchmark/__init__.py @@ -68,7 +68,7 @@ __all__ = [ "State", ] -__version__ = "1.6.1" +__version__ = "1.6.2" class __OptionMaker: