Skip to content

Commit

Permalink
Creating release commit for v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmah42 committed Jan 10, 2022
1 parent 0e78738 commit 0d98dba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/google_benchmark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def my_benchmark(state):
"oLambda",
]

__version__ = "0.2.0"
__version__ = "1.6.1"


class __OptionMaker:
Expand Down

0 comments on commit 0d98dba

Please sign in to comment.