diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 87482634..41c3cc1d 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.0rc4" +VERSION = "2.0.0rc5" if SYSTEM == 'darwin': LIBRARY_FILE = "libunicorn.dylib" diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index 6668b9fa..3d501cc1 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unicorn-engine" -version = "2.0.0-rc4" +version = "2.0.0-rc5" authors = ["Ziqiao Kong", "Lukas Seidel"] documentation = "https://github.com/unicorn-engine/unicorn/wiki" edition = "2021" @@ -28,4 +28,4 @@ build-helper = "0.1" reqwest = { version = "0.11", features = ["blocking"] } flate2 = "1.0.22" tar = "0.4.37" -bytes = "1.1.0" \ No newline at end of file +bytes = "1.1.0"