Skip to content

Commit

Permalink
Set version number to 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Beat Buesser <[email protected]>
  • Loading branch information
Beat Buesser committed Sep 12, 2019
1 parent fb81079 commit d720cd3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README-cn.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Adversarial Robustness Toolbox (ART) v1.0.0
# Adversarial Robustness Toolbox (ART) v1.0
<p align="center">
<img src="docs/images/art_logo.png?raw=true" width="200" title="ART logo">
</p>
Expand Down Expand Up @@ -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},
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Adversarial Robustness 360 Toolbox (ART v0.10.0)
# Adversarial Robustness 360 Toolbox (ART v1.0)
<p align="center">
<img src="docs/images/art_logo.png?raw=true" width="200" title="ART logo">
</p>
Expand Down Expand Up @@ -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},
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d720cd3

Please sign in to comment.