From 6fe7bfafd5cf6b43c6fdec724dcbb4a47487963a Mon Sep 17 00:00:00 2001 From: Piotr Roslaniec Date: Tue, 9 Apr 2024 19:14:22 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.21.0=20=E2=86=92=200.22.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cb5ccab0..be8a9464 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nucypher/nucypher-contracts", - "version": "0.21.0", + "version": "0.22.0", "license": "AGPL-3.0-or-later", "description": "Threshold Access Control (TACo) Smart Contracts", "author": "NuCypher", diff --git a/setup.cfg b/setup.cfg index 1385bbdb..02a282d6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.21.0 +current_version = 0.22.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))?