diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 0187b90..0ada5d9 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -123,7 +123,7 @@ def get_llvm_include_dir(self) -> str: setup( name="nyxstone", - version="0.1.0", + version="0.1.1", description=desc, author="emproof B.V.", author_email="oss@emproof.com", diff --git a/bindings/rust/Cargo.toml b/bindings/rust/Cargo.toml index 188379d..b93a3e8 100644 --- a/bindings/rust/Cargo.toml +++ b/bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nyxstone" -version = "0.1.3" +version = "0.1.4" authors = ["emproof B.V. ", "Philipp Koppe ", "Rachid Mzannar ", "Darius Hartlief "] edition = "2021" include = [ @@ -16,7 +16,6 @@ keywords = ["assembly", "disassembly", "arm", "x86_64", "reverse-engineering"] description = "Bindings for the nyxstone assembler/disassembler" categories = ["api-bindings", "compilers"] license = "MIT" -license-file = "LICENSE" [dependencies] anyhow = { version = "1.0.68", default-features = true }