From 1afdc71689233d67dfccc59a22ceafdd42916407 Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Fri, 16 Jun 2023 09:58:46 +0200 Subject: [PATCH] chore(tfhe): bump version for pre-release --- tfhe/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfhe/Cargo.toml b/tfhe/Cargo.toml index 869b4f027..daaea3bf4 100644 --- a/tfhe/Cargo.toml +++ b/tfhe/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tfhe" -version = "0.3.0" +version = "0.3.0-beta.0" edition = "2021" readme = "../README.md" keywords = ["fully", "homomorphic", "encryption", "fhe", "cryptography"]