mirror of https://github.com/nucypher/nucypher.git
parent
62300e5885
commit
e4e0355443
|
@ -1,16 +1,16 @@
|
|||
[bumpversion]
|
||||
current_version = 0.1.0-alpha.0
|
||||
current_version = 0.1.0-alpha.1
|
||||
commit = True
|
||||
tag = True
|
||||
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
|
||||
serialize =
|
||||
serialize =
|
||||
{major}.{minor}.{patch}-{stage}.{devnum}
|
||||
{major}.{minor}.{patch}
|
||||
|
||||
[bumpversion:part:stage]
|
||||
optional_value = stable
|
||||
first_value = stable
|
||||
values =
|
||||
values =
|
||||
alpha
|
||||
beta
|
||||
rc
|
||||
|
@ -24,3 +24,5 @@ values =
|
|||
[bumpversion:file:.circleci/config.yml]
|
||||
|
||||
[bumpversion:file:nucypher/__about__.py]
|
||||
|
||||
[bumpversion:file:docs/source/conf.py]
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
----
|
||||
|
||||
v0.1.0-alpha.1
|
||||
|
||||
![](https://img.shields.io/pypi/wheel/nucypher.svg)
|
||||
![](https://img.shields.io/pypi/pyversions/nucypher.svg)
|
||||
![](https://coveralls.io/repos/github/nucypher/nucypher/badge.svg?branch=master)
|
||||
|
|
|
@ -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.0'
|
||||
release = '0.1.0-alpha.1'
|
||||
|
||||
|
||||
# -- 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.0"
|
||||
__version__ = "0.1.0-alpha.1"
|
||||
|
||||
__author__ = "NuCypher"
|
||||
|
||||
|
|
Loading…
Reference in New Issue