python: bump package version to 3.0.1

This commit is contained in:
Nguyen Anh Quynh 2015-01-30 14:17:03 +08:00
parent 5af0ceda09
commit e49f1a5c23
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@ from distutils.core import setup
from distutils.sysconfig import get_python_lib
# platform description refers at https://docs.python.org/2/library/sys.html#sys.platform
VERSION = '3.0'
VERSION = '3.0.1'
SYSTEM = sys.platform
SITE_PACKAGES = os.path.join(get_python_lib(), "capstone")