From 6f745306fb7771a88981b1b61645029097a41174 Mon Sep 17 00:00:00 2001 From: Arturo Marquez Date: Wed, 13 Oct 2021 18:31:14 -0500 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4408c86..4b2d1c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sycret" -version = "0.2.4" +version = "0.2.8" authors = ["Pierre Tholoniat"] edition = "2018" license = "Apache-2.0" diff --git a/setup.py b/setup.py index 56b0797..2553af5 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="sycret", - version="0.2.4", + version="0.2.8", author="Pierre Tholoniat", author_email="pierre@tholoniat.com", url="https://github.com/OpenMined/sycret",