Skip to content

Commit c8d64b9

Browse files
author
PaulWestenthanner
committed
prepare release 2.8.1
1 parent 8725059 commit c8d64b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

category_encoders/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from category_encoders.target_encoder import TargetEncoder
2828
from category_encoders.woe import WOEEncoder
2929

30-
__version__ = '2.8.0'
30+
__version__ = '2.8.1'
3131

3232
__author__ = 'willmcginnis', 'cmougan', 'paulwestenthanner'
3333

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "category_encoders"
3-
version = "2.8.0"
3+
version = "2.8.1"
44
description = "A package for encoding categorical variables for machine learning"
55
authors = ["PaulWestenthanner <[email protected]>"]
66
license = "BSD-3"

0 commit comments

Comments
 (0)