Skip to content

Commit

Permalink
Merge pull request nucypher#252 from piotr-roslaniec/release-0.22.0
Browse files Browse the repository at this point in the history
Release v0.22.0
  • Loading branch information
piotr-roslaniec authored Apr 10, 2024
2 parents 410f621 + 6fe7bfa commit c923625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.21.0
current_version = 0.22.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
Expand Down

0 comments on commit c923625

Please sign in to comment.