Skip to content

Commit

Permalink
0.1.8
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 10, 2023
1 parent f03b40b commit f2e0918
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v0.1.8 (2023-12-10)

### Fix

* **deps:** Update dependency typing-extensions to v4.9.0 ([#131](https://github.com/34j/lightgbm-callbacks/issues/131)) ([`f03b40b`](https://github.com/34j/lightgbm-callbacks/commit/f03b40b996f6b774052f6791a788b812d5e2d944))

## v0.1.7 (2023-11-07)

### Fix
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 = "lightgbm-callbacks"
version = "0.1.7"
version = "0.1.8"
description = "A collection of LightGBM callbacks."
authors = ["34j <[email protected]>", "Microsoft Corporation"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/lightgbm_callbacks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.7"
__version__ = "0.1.8"
from ._base import CallbackBase
from ._early_stopping_callback import DartEarlyStoppingCallback, EarlyStoppingCallback
from ._tqdm_callback import ProgressBarCallback
Expand Down

0 comments on commit f2e0918

Please sign in to comment.