From d259dec13e1600a369c71d372f558af210fe5669 Mon Sep 17 00:00:00 2001 From: DAMON CIARELLI Date: Tue, 29 Mar 2022 02:01:28 -0700 Subject: [PATCH] version 0.1.2 --- nucypher_ops/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nucypher_ops/__about__.py b/nucypher_ops/__about__.py index 6b63eab..420f445 100644 --- a/nucypher_ops/__about__.py +++ b/nucypher_ops/__about__.py @@ -4,7 +4,7 @@ __summary__ = 'Install and management tools for a proxy re-encryption network to empower privacy in decentralized systems.' -__version__ = "0.1.0" +__version__ = "0.1.2" __author__ = "NuCypher"