Skip to content

Commit e6ea0e9

Browse files
author
Beat Buesser
committed
Increase version number to ART v1.2.0
Signed-off-by: Beat Buesser <[email protected]>
1 parent 4400066 commit e6ea0e9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README-cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Adversarial Robustness Toolbox (ART) v1.1
1+
# Adversarial Robustness Toolbox (ART) v1.2
22
<p align="center">
33
<img src="docs/images/art_logo.png?raw=true" width="200" title="ART logo">
44
</p>
@@ -155,7 +155,7 @@ git commit -s -m 'Add new feature'
155155
如果您使用ART进行研究,请考虑引用以下参考文件:
156156
```
157157
@article{art2018,
158-
title = {Adversarial Robustness Toolbox v1.1.1},
158+
title = {Adversarial Robustness Toolbox v1.2.0},
159159
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},
160160
journal = {CoRR},
161161
volume = {1807.01069},

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Adversarial Robustness Toolbox (ART) v1.1
1+
# Adversarial Robustness Toolbox (ART) v1.2
22
<p align="center">
33
<img src="docs/images/art_logo.png?raw=true" width="200" title="ART logo">
44
</p>
@@ -187,7 +187,7 @@ git commit -s -m 'Add new feature'
187187
If you use ART for research, please consider citing the following reference paper:
188188
```
189189
@article{art2018,
190-
title = {Adversarial Robustness Toolbox v1.1.1},
190+
title = {Adversarial Robustness Toolbox v1.2.0},
191191
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},
192192
journal = {CoRR},
193193
volume = {1807.01069},

art/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from art import wrappers
1414

1515
# Semantic Version
16-
__version__ = "1.1.1"
16+
__version__ = "1.2.0"
1717

1818
# pylint: disable=C0103
1919

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = 'Maria-Irina Nicolae'
2525

2626
# The short X.Y version
27-
version = '1.1'
27+
version = '1.2'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.1.1'
29+
release = '1.2.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)