bump version to 2.0.2

This commit is contained in:
Nguyen Anh Quynh
2023-02-04 13:00:58 +08:00
parent a25adf84f0
commit 6e9c6aea5f
4 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ SRC_DIR = os.path.join(ROOT_DIR, 'src')
UC_DIR = SRC_DIR if os.path.exists(SRC_DIR) else os.path.join(ROOT_DIR, '../..')
BUILD_DIR = os.path.join(UC_DIR, 'build_python')
VERSION = "2.0.1.post1"
VERSION = "2.0.2"
if SYSTEM == 'darwin':
LIBRARY_FILE = "libunicorn.2.dylib"