Skip to content

Commit 223086b

Browse files
authored
Update __init__.py
Bump version to 2.0.0b3
1 parent a011dff commit 223086b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/anomalib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
from enum import Enum
3636

37-
__version__ = "2.0.0b2"
37+
__version__ = "2.0.0b3"
3838

3939

4040
class LearningType(str, Enum):

0 commit comments

Comments
 (0)