chore: bump version to 0.4.1
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
diff --git a/Cargo.lock b/Cargo.lock
index 30223df..bfdab0f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -396,7 +396,7 @@
[[package]]
name = "tpm2-device"
-version = "0.4.0"
+version = "0.4.1"
dependencies = [
"hex",
"log",
diff --git a/Cargo.toml b/Cargo.toml
index 320d5a8..9b6b364 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "tpm2-device"
description = "TPM 2.0 device interface"
-version = "0.4.0"
+version = "0.4.1"
license = "MIT OR Apache-2.0"
homepage = "https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/tpm2-device.git/about/?h=main"
repository = "https://git.kernel.org/pub/scm/linux/kernel/git/jarkko/tpm2-device.git"