Skip to content
This repository was archived by the owner on Nov 29, 2022. It is now read-only.

Commit 0653429

Browse files
committed
Version bump
1 parent 6cb5d6f commit 0653429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/focal_loss/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Package information
44
__package__ = 'focal-loss'
5-
__version__ = '0.0.1'
5+
__version__ = '0.0.2'
66
__author__ = 'Artem Mavrin'
77
__author_email__ = '[email protected]'
88
__description__ = 'TensorFlow implementation of focal loss.'

0 commit comments

Comments
 (0)