We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908eb6f commit 6f04440Copy full SHA for 6f04440
pymic/__init__.py
@@ -1,7 +1,7 @@
1
from __future__ import absolute_import
2
from enum import Enum
3
4
-__version__ = "0.4.1"
+__version__ = "0.4.2" # 2024.11.15
5
6
class TaskType(Enum):
7
CLASSIFICATION_ONE_HOT = 1
0 commit comments