Bump python bindings version

This commit is contained in:
lazymio 2021-10-06 12:37:13 +02:00
parent a4c6298302
commit ad3c0a5b32
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ SRC_DIR = os.path.join(ROOT_DIR, 'src')
UC_DIR = os.path.join(ROOT_DIR, '../..') UC_DIR = os.path.join(ROOT_DIR, '../..')
BUILD_DIR = os.path.join(UC_DIR, 'build') BUILD_DIR = os.path.join(UC_DIR, 'build')
VERSION = "2.0.0rc2" VERSION = "2.0.0rc3"
if SYSTEM == 'darwin': if SYSTEM == 'darwin':
LIBRARY_FILE = "libunicorn.dylib" LIBRARY_FILE = "libunicorn.dylib"