diff --git a/CMakeLists.txt b/CMakeLists.txt
index ec1f3906405d77b77330dc9e7686b796b062550b..02dd9025879006b9c9a262e4c004e008e99b8ed7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.0)
 
 set(wccl_ver_major "0")
 set(wccl_ver_minor "1")
-set(wccl_ver_patch "4")
+set(wccl_ver_patch "5")
 
 set(LIBWCCL_VERSION "${wccl_ver_major}.${wccl_ver_minor}.${wccl_ver_patch}")