Bump version: 5.3.1 → 5.3.2

pull/2811/head
Kieran Prasch 2021-10-15 13:35:26 -07:00 committed by derekpierre
parent de76e473e3
commit 04edeff0aa
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.3.1
current_version = 5.3.2
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

View File

@ -47,7 +47,7 @@ author = 'NuCypher'
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '5.3.1'
release = '5.3.2'
# -- General configuration ---------------------------------------------------

View File

@ -31,7 +31,7 @@ __url__ = "https://github.com/nucypher/nucypher"
__summary__ = 'A proxy re-encryption network to empower privacy in decentralized systems.'
__version__ = "5.3.1"
__version__ = "5.3.2"
__author__ = "NuCypher"