Bump version to 2.0.1

This commit is contained in:
mio
2022-11-01 10:06:22 +01:00
parent d9c241d5f4
commit bdd9f4fa9a
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,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.0"
VERSION = "2.0.1"
if SYSTEM == 'darwin':
LIBRARY_FILE = "libunicorn.2.dylib"