bump version to 3.0.2 for next stable release
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b1cf546..12ac9ad 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@
 
 set(VERSION_MAJOR 3)
 set(VERSION_MINOR 0)
-set(VERSION_PATCH 1)
+set(VERSION_PATCH 2)
 
 # to configure the options specify them in in the command line or change them in the cmake UI.
 # Don't edit the makefile!
diff --git a/bindings/python/PKG-INFO.src b/bindings/python/PKG-INFO.src
index 4abb92f..7da446e 100644
--- a/bindings/python/PKG-INFO.src
+++ b/bindings/python/PKG-INFO.src
@@ -1,6 +1,6 @@
 Metadata-Version: 1.3
 Name: capstone
-Version: 3.0.1
+Version: 3.0.2
 Author: Nguyen Anh Quynh
 Author-email: aquynh at gmail com
 Maintainer: Nguyen Anh Quynh
diff --git a/bindings/python/PKG-INFO.win b/bindings/python/PKG-INFO.win
index 8b69022..91a50f7 100644
--- a/bindings/python/PKG-INFO.win
+++ b/bindings/python/PKG-INFO.win
@@ -1,6 +1,6 @@
 Metadata-Version: 1.3
 Name: capstone
-Version: 3.0.1
+Version: 3.0.2
 Author: Nguyen Anh Quynh
 Author-email: aquynh at gmail com
 Maintainer: Nguyen Anh Quynh
diff --git a/bindings/python/setup.py b/bindings/python/setup.py
index b06454a..acfe7ed 100644
--- a/bindings/python/setup.py
+++ b/bindings/python/setup.py
@@ -22,7 +22,7 @@
 if os.path.exists(PATH_LIB64) and os.path.exists(PATH_LIB32):
     PKG_NAME = 'capstone-windows'
 
-VERSION = '3.0.1'
+VERSION = '3.0.2'
 SYSTEM = sys.platform
 
 SITE_PACKAGES = os.path.join(get_python_lib(), "capstone")
diff --git a/bindings/python/setup_cython.py b/bindings/python/setup_cython.py
index cb84621..0df4ca6 100644
--- a/bindings/python/setup_cython.py
+++ b/bindings/python/setup_cython.py
@@ -3,7 +3,7 @@
 from distutils.command.install_lib import install_lib as _install
 from Cython.Distutils import build_ext
 
-VERSION = '3.0'
+VERSION = '3.0.2'
 
 compile_args = ['-O3', '-fomit-frame-pointer']
 
diff --git a/pkgconfig.mk b/pkgconfig.mk
index 62b9fd8..743ffcc 100644
--- a/pkgconfig.mk
+++ b/pkgconfig.mk
@@ -6,4 +6,4 @@
 PKG_MINOR = 0
 
 # version bugfix level. Example: PKG_EXTRA = 1
-PKG_EXTRA = 1
+PKG_EXTRA = 2