Skip to content

Commit

Permalink
docs: Update version in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroPolidori committed Jan 11, 2024
1 parent 3f9add3 commit 8231b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anomalib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
# SPDX-License-Identifier: Apache-2.0

anomalib_version = "0.7.0"
custom_orobix_version = "1.2.9"
custom_orobix_version = "1.2.10"

__version__ = f"{anomalib_version}+obx.{custom_orobix_version}"

0 comments on commit 8231b57

Please sign in to comment.