Skip to content

Commit b0e183e

Browse files
committed
Bump version to ART 1.17.1
Signed-off-by: Beat Buesser <[email protected]>
1 parent 4627434 commit b0e183e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.17.0-{{sha}}
38+
type=raw,value={{branch}}-1.17.1-{{sha}}
3939
type=semver,pattern={{version}}
4040
4141
- name: Build and push Docker image

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.17.0"
15+
__version__ = "1.17.1"
1616

1717
# pylint: disable=C0103
1818

0 commit comments

Comments
 (0)