From deb2b65d260a8039fd8e1c0ab0422dc734d9103b Mon Sep 17 00:00:00 2001 From: Amaury Chamayou Date: Fri, 31 Jul 2020 11:49:50 +0100 Subject: [PATCH] Update setup.py (#1470) --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index aeb9b44bcc7c..036812edf403 100644 --- a/python/setup.py +++ b/python/setup.py @@ -14,7 +14,7 @@ setup( name=PACKAGE_NAME, - version="0.12", + version="0.12.1", description="Set of tools and utilities for the Confidential Consortium Framework (CCF)", long_description=long_description, long_description_content_type="text/markdown",