Skip to content

Commit 044f87e

Browse files
committed
Bump version to ART 1.17.0
Signed-off-by: Beat Buesser <[email protected]>
1 parent 501ad92 commit 044f87e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
images: adversarialrobustnesstoolbox/releases
3737
tags: |
38-
type=raw,value={{branch}}-1.16.0-{{sha}}
38+
type=raw,value={{branch}}-1.17.0-{{sha}}
3939
type=semver,pattern={{version}}
4040
4141
- name: Build and push Docker image

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.16
1+
# Adversarial Robustness Toolbox (ART) v1.17
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.16
1+
# Adversarial Robustness Toolbox (ART) v1.17
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
@@ -12,7 +12,7 @@
1212
from art import preprocessing
1313

1414
# Semantic Version
15-
__version__ = "1.16.0"
15+
__version__ = "1.17.0"
1616

1717
# pylint: disable=C0103
1818

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
author = "Maria-Irina Nicolae"
2626

2727
# The short X.Y version
28-
version = "1.16"
28+
version = "1.17"
2929
# The full version, including alpha/beta/rc tags
30-
release = "1.16.0"
30+
release = "1.17.0"
3131

3232

3333
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)