version bump to 1.9.5
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e50eec..ada04a6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -1,7 +1,7 @@ # Require CMake 3.10. If available, use the policies up to CMake 3.22. cmake_minimum_required (VERSION 3.13...3.22) -project (benchmark VERSION 1.9.4 LANGUAGES CXX) +project (benchmark VERSION 1.9.5 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/MODULE.bazel b/MODULE.bazel index 620e3d0..c162d05 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -1,6 +1,6 @@ module( name = "google_benchmark", - version = "1.9.4", + version = "1.9.5", ) bazel_dep(name = "bazel_skylib", version = "1.7.1")
diff --git a/bindings/python/google_benchmark/__init__.py b/bindings/python/google_benchmark/__init__.py index 040bdff..331a88e 100644 --- a/bindings/python/google_benchmark/__init__.py +++ b/bindings/python/google_benchmark/__init__.py
@@ -48,7 +48,7 @@ oNSquared as oNSquared, ) -__version__ = "1.9.4" +__version__ = "1.9.5" class __OptionMaker: