diff --git a/CMakeLists.txt b/CMakeLists.txt index 8af49406..b8852e4c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ foreach(p endif() endforeach() -project (benchmark VERSION 1.6.0 LANGUAGES CXX) +project (benchmark VERSION 1.6.1 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 1055bf24..ec651c14 100644 --- a/bindings/python/google_benchmark/__init__.py +++ b/bindings/python/google_benchmark/__init__.py @@ -66,7 +66,7 @@ __all__ = [ "oLambda", ] -__version__ = "0.2.0" +__version__ = "1.6.1" class __OptionMaker: