Creating release commit for v1.6.1
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8af4940..b8852e4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@
   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 1055bf2..ec651c1 100644
--- a/bindings/python/google_benchmark/__init__.py
+++ b/bindings/python/google_benchmark/__init__.py
@@ -66,7 +66,7 @@
     "oLambda",
 ]
 
-__version__ = "0.2.0"
+__version__ = "1.6.1"
 
 
 class __OptionMaker: