From d720cd335efbd5b72b72c8737082f9d32ee44b7a Mon Sep 17 00:00:00 2001 From: Beat Buesser Date: Thu, 12 Sep 2019 19:54:27 +0100 Subject: [PATCH] Set version number to 1.0.0 Signed-off-by: Beat Buesser --- README-cn.md | 4 ++-- README.md | 4 ++-- docs/conf.py | 4 ++-- setup.py | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README-cn.md b/README-cn.md index 220a93fd9b..541ccd102b 100644 --- a/README-cn.md +++ b/README-cn.md @@ -1,4 +1,4 @@ -# Adversarial Robustness Toolbox (ART) v1.0.0 +# Adversarial Robustness Toolbox (ART) v1.0

@@ -124,7 +124,7 @@ git commit -s -m 'Add new feature' 如果您使用ART进行研究,请考虑引用以下参考文件: ``` @article{art2018, - title = {Adversarial Robustness Toolbox v0.10.0}, + title = {Adversarial Robustness Toolbox v1.0.0}, author = {Nicolae, Maria-Irina and Sinn, Mathieu and Tran, Minh~Ngoc and Buesser, Beat and Rawat, Ambrish and Wistuba, Martin and Zantedeschi, Valentina and Baracaldo, Nathalie and Chen, Bryant and Ludwig, Heiko and Molloy, Ian and Edwards, Ben}, journal = {CoRR}, volume = {1807.01069}, diff --git a/README.md b/README.md index a3cb15a9ef..3d7252cc8c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Adversarial Robustness 360 Toolbox (ART v0.10.0) +# Adversarial Robustness 360 Toolbox (ART v1.0)

@@ -157,7 +157,7 @@ git commit -s -m 'Add new feature' If you use ART for research, please consider citing the following reference paper: ``` @article{art2018, - title = {Adversarial Robustness Toolbox v0.10.0}, + title = {Adversarial Robustness Toolbox v1.0.0}, author = {Nicolae, Maria-Irina and Sinn, Mathieu and Tran, Minh~Ngoc and Buesser, Beat and Rawat, Ambrish and Wistuba, Martin and Zantedeschi, Valentina and Baracaldo, Nathalie and Chen, Bryant and Ludwig, Heiko and Molloy, Ian and Edwards, Ben}, journal = {CoRR}, volume = {1807.01069}, diff --git a/docs/conf.py b/docs/conf.py index b96cc5c7af..03fc7f5cf4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,9 +24,9 @@ author = 'Maria-Irina Nicolae' # The short X.Y version -version = '0.10' +version = '1.0' # The full version, including alpha/beta/rc tags -release = '0.10.0' +release = '1.0.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index babdfa2aef..8eb9d47fb7 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'sphinx_rtd_theme'] setup(name='Adversarial Robustness Toolbox', - version='0.10.0', + version='1.0.0', description='IBM Adversarial machine learning toolbox', long_description=long_description, long_description_content_type='text/markdown',