Bump version in bindings

This commit is contained in:
2022-05-23 12:34:09 +02:00
parent ba50035830
commit e5126f17f1
3 changed files with 4 additions and 3 deletions

View File

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