Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
taigw committed Jan 16, 2024
1 parent 39c9583 commit 84d8ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import absolute_import
from enum import Enum

__version__ = "0.4.0"
__version__ = "0.4.1"

class TaskType(Enum):
CLASSIFICATION_ONE_HOT = 1
Expand Down

0 comments on commit 84d8ed0

Please sign in to comment.