Bump version: 0.1.0-alpha.16 → 0.1.0-alpha.17

pull/817/head v0.1.0-alpha.17
Kieran Prasch 2019-03-08 15:18:16 -08:00
parent 4636811e0f
commit b1597086a6
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -30,7 +30,7 @@ author = 'NuCypher'
# The short X.Y version # The short X.Y version
version = '' version = ''
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.1.0-alpha.16' release = '0.1.0-alpha.17'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------

View File

@ -28,7 +28,7 @@ __url__ = "https://github.com/nucypher/nucypher"
__summary__ = 'A proxy re-encryption network to empower privacy in decentralized systems.' __summary__ = 'A proxy re-encryption network to empower privacy in decentralized systems.'
__version__ = "0.1.0-alpha.16" __version__ = "0.1.0-alpha.17"
__author__ = "NuCypher" __author__ = "NuCypher"