mirror of https://github.com/nucypher/nucypher.git
parent
9c9de3c9c7
commit
3f61f95841
|
@ -1,5 +1,5 @@
|
|||
[bumpversion]
|
||||
current_version = 0.1.0-alpha.1
|
||||
current_version = 0.1.0-alpha.2
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
|
||||
|
@ -18,9 +18,9 @@ values =
|
|||
|
||||
[bumpversion:part:devnum]
|
||||
|
||||
|
||||
[bumpversion:file:README.md]
|
||||
|
||||
[bumpversion:file:nucypher/__about__.py]
|
||||
|
||||
[bumpversion:file:docs/source/conf.py]
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
----
|
||||
|
||||
v0.1.0-alpha.1
|
||||
v0.1.0-alpha.2
|
||||
|
||||

|
||||

|
||||
|
|
|
@ -30,7 +30,7 @@ author = 'NuCypher'
|
|||
# The short X.Y version
|
||||
version = ''
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '0.1.0-alpha.1'
|
||||
release = '0.1.0-alpha.2'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
|
|
@ -28,7 +28,7 @@ __url__ = "https://github.com/nucypher/nucypher"
|
|||
|
||||
__summary__ = 'A proxy re-encryption network to empower privacy in decentralized systems.',
|
||||
|
||||
__version__ = "0.1.0-alpha.1"
|
||||
__version__ = "0.1.0-alpha.2"
|
||||
|
||||
__author__ = "NuCypher"
|
||||
|
||||
|
|
Loading…
Reference in New Issue