python: bump version to 3.0.5
diff --git a/bindings/python/setup.py b/bindings/python/setup.py
index cea693b..45b9ed0 100755
--- a/bindings/python/setup.py
+++ b/bindings/python/setup.py
@@ -14,7 +14,7 @@
 from setuptools.command.bdist_egg import bdist_egg
 
 SYSTEM = sys.platform
-VERSION = '3.0.4'
+VERSION = '3.0.5'
 
 # adapted from commit e504b81 of Nguyen Tan Cong
 # Reference: https://docs.python.org/2/library/platform.html#cross-platform
diff --git a/bindings/python/setup_cython.py b/bindings/python/setup_cython.py
index a10ba10..12756b0 100644
--- a/bindings/python/setup_cython.py
+++ b/bindings/python/setup_cython.py
@@ -9,7 +9,7 @@
 
 
 SYSTEM = sys.platform
-VERSION = '3.0.4'
+VERSION = '3.0.5'
 
 # adapted from commit e504b81 of Nguyen Tan Cong
 # Reference: https://docs.python.org/2/library/platform.html#cross-platform