Skip to content

Commit fc3a1a2

Browse files
author
Beat Buesser
committed
Bump version number to 1.4.0
Signed-off-by: Beat Buesser <[email protected]>
1 parent dcb1555 commit fc3a1a2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Adversarial Robustness Toolbox (ART) v1.3
1+
# Adversarial Robustness Toolbox (ART) v1.4
22
<p align="center">
33
<img src="docs/images/art_lfai.png?raw=true" width="467" title="ART logo">
44
</p>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Adversarial Robustness Toolbox (ART) v1.3
1+
# Adversarial Robustness Toolbox (ART) v1.4
22
<p align="center">
33
<img src="docs/images/art_lfai.png?raw=true" width="467" title="ART logo">
44
</p>

art/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from art import wrappers
1212

1313
# Semantic Version
14-
__version__ = "1.3.3"
14+
__version__ = "1.4.0"
1515

1616
# pylint: disable=C0103
1717

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.3'
27+
version = '1.4'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.3.3'
29+
release = '1.4.0'
3030

3131

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

0 commit comments

Comments
 (0)