diff --git a/Cargo.lock b/Cargo.lock index 54b9ccf3..47a06117 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,7 +54,7 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "asic-rs" -version = "0.1.3" +version = "0.1.4" dependencies = [ "aes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 8d5f53ca..a5bdeeb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asic-rs" -version = "0.1.3" +version = "0.1.4" edition = "2024" license = "Apache-2.0" description = "Simple ASIC management in Rust" diff --git a/pyproject.toml b/pyproject.toml index ea58590b..b58674f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "pyasic_rs" -version = "0.1.3" +version = "0.1.4" description = "Python bindings for asic-rs" authors = [{ name = "Brett Rowan", email = "121075405+b-rowan@users.noreply.github.com" }] repository = "https://github.com/256-Foundation/asic-rs"