Skip to content

Commit

Permalink
Bump version to ART 1.18.1
Browse files Browse the repository at this point in the history
Signed-off-by: Beat Buesser <[email protected]>
  • Loading branch information
beat-buesser committed Jul 3, 2024
1 parent 4508b6e commit 6410aa1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0-{{sha}}
type=raw,value={{branch}}-1.18.1-{{sha}}
type=semver,pattern={{version}}
- name: Build and push Docker image
Expand Down
2 changes: 1 addition & 1 deletion art/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from art import preprocessing

# Semantic Version
__version__ = "1.18.0"
__version__ = "1.18.1"

# pylint: disable=C0103

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# The short X.Y version
version = "1.18"
# The full version, including alpha/beta/rc tags
release = "1.18.0"
release = "1.18.1"


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

0 comments on commit 6410aa1

Please sign in to comment.