Skip to content

Commit

Permalink
Increase version number to ART v1.2.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 Mar 15, 2020
1 parent 4400066 commit e6ea0e9
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.1
# Adversarial Robustness Toolbox (ART) v1.2
<p align="center">
<img src="docs/images/art_logo.png?raw=true" width="200" title="ART logo">
</p>
Expand Down Expand Up @@ -155,7 +155,7 @@ git commit -s -m 'Add new feature'
如果您使用ART进行研究,请考虑引用以下参考文件:
```
@article{art2018,
title = {Adversarial Robustness Toolbox v1.1.1},
title = {Adversarial Robustness Toolbox v1.2.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 Toolbox (ART) v1.1
# Adversarial Robustness Toolbox (ART) v1.2
<p align="center">
<img src="docs/images/art_logo.png?raw=true" width="200" title="ART logo">
</p>
Expand Down Expand Up @@ -187,7 +187,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 v1.1.1},
title = {Adversarial Robustness Toolbox v1.2.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
2 changes: 1 addition & 1 deletion art/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from art import wrappers

# Semantic Version
__version__ = "1.1.1"
__version__ = "1.2.0"

# pylint: disable=C0103

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 = '1.1'
version = '1.2'
# The full version, including alpha/beta/rc tags
release = '1.1.1'
release = '1.2.0'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit e6ea0e9

Please sign in to comment.