From 91171c738d3ad00636b17e4df1b94a310ed87a0f Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Tue, 10 Sep 2024 14:29:09 +0200 Subject: [PATCH] chore: bump version of tfhe to 0.8.0-alpha.5 --- tfhe/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfhe/Cargo.toml b/tfhe/Cargo.toml index 672ce52507..7cd22740b5 100644 --- a/tfhe/Cargo.toml +++ b/tfhe/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tfhe" -version = "0.8.0-alpha.4" +version = "0.8.0-alpha.5" edition = "2021" readme = "../README.md" keywords = ["fully", "homomorphic", "encryption", "fhe", "cryptography"]