Skip to content

Commit cbc47a8

Browse files
committed
Bump version to ART 1.20.1
Signed-off-by: Beat Buesser <[email protected]>
1 parent 657e662 commit cbc47a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
images: adversarialrobustnesstoolbox/releases
3636
tags: |
37-
type=raw,value={{branch}}-1.20.0-{{sha}}
37+
type=raw,value={{branch}}-1.20.1-{{sha}}
3838
type=semver,pattern={{version}}
3939
4040
- name: Build and push Docker image

art/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from art import preprocessing
1414

1515
# Semantic Version
16-
__version__ = "1.20.0"
16+
__version__ = "1.20.1"
1717

1818
LOGGING = {
1919
"version": 1,

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = "1.20"
2929
# The full version, including alpha/beta/rc tags
30-
release = "1.20.0"
30+
release = "1.20.1"
3131

3232

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

0 commit comments

Comments
 (0)