diff --git a/CMakeLists.txt b/CMakeLists.txt index a44613e9..2058effc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ foreach(p endif() endforeach() -project (benchmark VERSION 1.6.2 LANGUAGES CXX) +project (benchmark VERSION 1.7.0 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 4d57c717..b249ca85 100644 --- a/bindings/python/google_benchmark/__init__.py +++ b/bindings/python/google_benchmark/__init__.py @@ -68,7 +68,7 @@ __all__ = [ "State", ] -__version__ = "1.6.2" +__version__ = "1.7.0" class __OptionMaker: