From 3e15d0049d55f660425987ae58b2744f289cfa2a Mon Sep 17 00:00:00 2001 From: DAMON CIARELLI Date: Mon, 2 May 2022 16:37:41 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.0=20=E2=86=92=200.9.0?= 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 b484ae4..af2fe75 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.0 +current_version = 0.9.0 commit = True tag = True diff --git a/nucypher_ops/__about__.py b/nucypher_ops/__about__.py index 6cb9ae2..9498ff1 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.8.0" +__version__ = "0.9.0" __author__ = "NuCypher"