Skip to content

Commit

Permalink
Prepare python/rust releases (#77)
Browse files Browse the repository at this point in the history
* Remove reference to license file

* Bump release version

* Bump python version
  • Loading branch information
stuxnot authored Nov 20, 2024
1 parent e0fa780 commit 9c0b7e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
Expand Down
3 changes: 1 addition & 2 deletions bindings/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nyxstone"
version = "0.1.3"
version = "0.1.4"
authors = ["emproof B.V. <[email protected]>", "Philipp Koppe <[email protected]>", "Rachid Mzannar <[email protected]>", "Darius Hartlief <[email protected]>"]
edition = "2021"
include = [
Expand All @@ -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 }
Expand Down

0 comments on commit 9c0b7e7

Please sign in to comment.