Skip to content

Commit

Permalink
Bump version to ART 1.19.0
Browse files Browse the repository at this point in the history
Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
  • Loading branch information
beat-buesser committed Dec 20, 2024
1 parent 077b249 commit 27e4c81
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
images: adversarialrobustnesstoolbox/releases
tags: |
type=raw,value={{branch}}-1.18.2-{{sha}}
type=raw,value={{branch}}-1.19.0-{{sha}}
type=semver,pattern={{version}}
- name: Build and push Docker image
Expand Down
2 changes: 1 addition & 1 deletion README-cn.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Adversarial Robustness Toolbox (ART) v1.18
# Adversarial Robustness Toolbox (ART) v1.19
<p align="center">
<img src="docs/images/art_lfai.png?raw=true" width="467" title="ART logo">
</p>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Adversarial Robustness Toolbox (ART) v1.18
# Adversarial Robustness Toolbox (ART) v1.19
<p align="center">
<img src="docs/images/art_lfai.png?raw=true" width="467" title="ART logo">
</p>
Expand Down
2 changes: 1 addition & 1 deletion art/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from art import preprocessing

# Semantic Version
__version__ = "1.18.2"
__version__ = "1.19.0"

LOGGING = {
"version": 1,
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
author = "Maria-Irina Nicolae"

# The short X.Y version
version = "1.18"
version = "1.19"
# The full version, including alpha/beta/rc tags
release = "1.18.2"
release = "1.19.0"


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 27e4c81

Please sign in to comment.