Skip to content

Commit d572f47

Browse files
committed
version bump for release
1 parent 398a8ac commit d572f47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ foreach(p
1414
endif()
1515
endforeach()
1616

17-
project (benchmark VERSION 1.7.0 LANGUAGES CXX)
17+
project (benchmark VERSION 1.7.1 LANGUAGES CXX)
1818

1919
option(BENCHMARK_ENABLE_TESTING "Enable testing of the benchmark library." ON)
2020
option(BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON)

bindings/python/google_benchmark/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def my_benchmark(state):
6969
"State",
7070
]
7171

72-
__version__ = "1.7.0"
72+
__version__ = "1.7.1"
7373

7474

7575
class __OptionMaker:

0 commit comments

Comments
 (0)