From f3bb96380b2880ad283da65341d502703a443d4b Mon Sep 17 00:00:00 2001 From: DAMON CIARELLI Date: Thu, 26 May 2022 10:22:44 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.10.0=20=E2=86=92=200.10.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- nucypher_ops/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2f04d2f..c8b0a90 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.0 +current_version = 0.10.1 commit = True tag = True diff --git a/nucypher_ops/__about__.py b/nucypher_ops/__about__.py index c6449ec..665eaaf 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.10.0" +__version__ = "0.10.1" __author__ = "NuCypher"