From 0c9691b4fc07f9975e8d51ebf9a78e446ed8336a Mon Sep 17 00:00:00 2001 From: James Campbell Date: Tue, 1 Nov 2022 14:18:23 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.11.1=20=E2=86=92=200.11.2?= 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 592f1a9..2808c86 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.1 +current_version = 0.11.2 commit = True tag = True diff --git a/nucypher_ops/__about__.py b/nucypher_ops/__about__.py index fbdf859..149acb6 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.11.1" +__version__ = "0.11.2" __author__ = "NuCypher"