We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4627434 commit b0e183eCopy full SHA for b0e183e
.github/workflows/dockerhub.yml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
images: adversarialrobustnesstoolbox/releases
37
tags: |
38
- type=raw,value={{branch}}-1.17.0-{{sha}}
+ type=raw,value={{branch}}-1.17.1-{{sha}}
39
type=semver,pattern={{version}}
40
41
- name: Build and push Docker image
art/__init__.py
@@ -12,7 +12,7 @@
12
from art import preprocessing
13
14
# Semantic Version
15
-__version__ = "1.17.0"
+__version__ = "1.17.1"
16
17
# pylint: disable=C0103
18
0 commit comments