diff --git a/package.json b/package.json index 11bbe7a9..aec1168b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nucypher/nucypher-contracts", - "version": "0.10.1", + "version": "0.11.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 0fb86665..b5d7ef1d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.1 +current_version = 0.11.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))?