bump version after release
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d732ed2..159855e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@
 LIST(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR})
 
 PROJECT(libzip
-  VERSION 1.7.0
+  VERSION 1.7.0.1
   LANGUAGES C)
 
 OPTION(ENABLE_COMMONCRYPTO "Enable use of CommonCrypto" ON)