Skip to content

Commit c438e89

Browse files
committed
Add version
1 parent 3f462a8 commit c438e89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

category_encoders/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
from category_encoders.target_encoder import TargetEncoder
2020
from category_encoders.woe import WOEEncoder
2121

22+
__version__ = '1.3.0'
23+
2224
__author__ = 'willmcginnis'
2325

2426
__all__ = [

0 commit comments

Comments
 (0)