Skip to content

Commit 6f63a51

Browse files
author
PaulWestenthanner
committed
prepare release 2.8.0
1 parent 905b7b2 commit 6f63a51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: category_encoders/__init__.py

+1-1
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.7.0'
30+
__version__ = '2.8.0'
3131

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

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "category_encoders"
3-
version = "2.7.0"
3+
version = "2.8.0"
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)