Skip to content

Commit

Permalink
prepare release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWestenthanner committed Jan 19, 2025
1 parent 905b7b2 commit 6f63a51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion category_encoders/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from category_encoders.target_encoder import TargetEncoder
from category_encoders.woe import WOEEncoder

__version__ = '2.7.0'
__version__ = '2.8.0'

__author__ = 'willmcginnis', 'cmougan', 'paulwestenthanner'

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "category_encoders"
version = "2.7.0"
version = "2.8.0"
description = "A package for encoding categorical variables for machine learning"
authors = ["PaulWestenthanner <paul@westenthanner.dev>"]
license = "BSD-3"
Expand Down

0 comments on commit 6f63a51

Please # to comment.