Skip to content

Commit 6f04440

Browse files
committed
Update __init__.py
1 parent 908eb6f commit 6f04440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import absolute_import
22
from enum import Enum
33

4-
__version__ = "0.4.1"
4+
__version__ = "0.4.2" # 2024.11.15
55

66
class TaskType(Enum):
77
CLASSIFICATION_ONE_HOT = 1

0 commit comments

Comments
 (0)