From ad3c0a5b323e5f8e0687fca3f3d8930cfe5a9274 Mon Sep 17 00:00:00 2001 From: lazymio Date: Wed, 6 Oct 2021 12:37:13 +0200 Subject: [PATCH] Bump python bindings version --- bindings/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/setup.py b/bindings/python/setup.py index bb9226b8..df0c27c1 100755 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -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') -VERSION = "2.0.0rc2" +VERSION = "2.0.0rc3" if SYSTEM == 'darwin': LIBRARY_FILE = "libunicorn.dylib"