From 7ea4562115c676db07cc60e322b422603cc6de71 Mon Sep 17 00:00:00 2001 From: Antoine Rondelet Date: Thu, 6 May 2021 12:06:56 +0100 Subject: [PATCH] Bumped version for Daric release --- CMakeLists.txt | 2 +- client/setup.py | 2 +- mpc/setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ca975bf20..146c72ee7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ project(zeth CXX) # Versionning of the project set(ZETH_VERSION_MAJOR 0) -set(ZETH_VERSION_MINOR 6) +set(ZETH_VERSION_MINOR 7) set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_STANDARD_REQUIRED ON) diff --git a/client/setup.py b/client/setup.py index 21e0f64e5..b6d331dd1 100644 --- a/client/setup.py +++ b/client/setup.py @@ -18,7 +18,7 @@ setup( name='zeth', - version='0.6', + version='0.7', description='Interface to zeth operations', packages=find_packages(), install_requires=[ diff --git a/mpc/setup.py b/mpc/setup.py index 35d6bbe81..2965dc6dc 100644 --- a/mpc/setup.py +++ b/mpc/setup.py @@ -20,7 +20,7 @@ setup( name='coordinator', - version='0.6', + version='0.7', description='MPC Coordinator for Zeth SRS', packages=find_packages(), install_requires=[