Skip to content

Commit 9c91899

Browse files
authored
Merge branch 'main' into dependabot/pip/matplotlib-3.3.2
2 parents 97bf8ec + ac6f008 commit 9c91899

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
- Two Six Labs, LLC
99
- Kyushu University
1010
- Intel Corporation
11+
- University of Chicago

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)