From 9c0b7e7706a05af348c8cc124336bbf036bd5cea Mon Sep 17 00:00:00 2001 From: stuxnot <41650734+stuxnot@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:24:02 +0100 Subject: [PATCH] Prepare python/rust releases (#77) * Remove reference to license file * Bump release version * Bump python version --- bindings/python/setup.py | 2 +- bindings/rust/Cargo.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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 }