Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Kirchheim <[email protected]>
  • Loading branch information
Konstantin Kirchheim committed Oct 10, 2024
1 parent 37ca8b9 commit 3a5ca55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytorch_ood/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
PyTorch Out-of-Distribution Detection
"""
__version__ = "0.1.9"
__version__ = "0.2.0"

from . import api, dataset, detector, loss, model, utils

Expand Down

0 comments on commit 3a5ca55

Please sign in to comment.