From f2f4e397f11beba99148a773850e92199b1f1e52 Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Thu, 29 Jun 2023 21:36:50 +0200 Subject: [PATCH] chore(tfhe): bump version to 0.3.0 --- tfhe/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfhe/Cargo.toml b/tfhe/Cargo.toml index 88c8b2bcd..11ba97d0d 100644 --- a/tfhe/Cargo.toml +++ b/tfhe/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tfhe" -version = "0.3.0-beta.0" +version = "0.3.0" edition = "2021" readme = "../README.md" keywords = ["fully", "homomorphic", "encryption", "fhe", "cryptography"]