Skip to content

Commit

Permalink
python: bump package version to 3.0.3 (setup.py)
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed May 8, 2015
1 parent 3a5e8da commit 697ee40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
if os.path.exists(PATH_LIB64) and os.path.exists(PATH_LIB32):
PKG_NAME = 'capstone-windows'

VERSION = '3.0.2'
VERSION = '3.0.3'
SYSTEM = sys.platform

SITE_PACKAGES = os.path.join(get_python_lib(), "capstone")
Expand Down

0 comments on commit 697ee40

Please sign in to comment.