File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
with :
35
35
images : adversarialrobustnesstoolbox/releases
36
36
tags : |
37
- type=raw,value={{branch}}-1.20.0 -{{sha}}
37
+ type=raw,value={{branch}}-1.20.1 -{{sha}}
38
38
type=semver,pattern={{version}}
39
39
40
40
- name : Build and push Docker image
Original file line number Diff line number Diff line change 13
13
from art import preprocessing
14
14
15
15
# Semantic Version
16
- __version__ = "1.20.0 "
16
+ __version__ = "1.20.1 "
17
17
18
18
LOGGING = {
19
19
"version" : 1 ,
Original file line number Diff line number Diff line change 27
27
# The short X.Y version
28
28
version = "1.20"
29
29
# The full version, including alpha/beta/rc tags
30
- release = "1.20.0 "
30
+ release = "1.20.1 "
31
31
32
32
33
33
# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments