Skip to content

Commit

Permalink
1.0.8
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 11, 2024
1 parent 2c72682 commit 636e2d2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# CHANGELOG


## v1.0.8 (2024-11-11)

### Bug Fixes

* fix: trigger version bump (#41) ([`2c72682`](https://github.com/Bjarten/early-stopping-pytorch/commit/2c726827b507410e08ea1c08c3342915d92f7899))

### Chores

* chore: update project metadata and README for citation and versioning (#40) ([`6834653`](https://github.com/Bjarten/early-stopping-pytorch/commit/68346536b22171c6820b95886a8b6d527a426805))


## v1.0.7 (2024-11-11)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion early_stopping_pytorch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .early_stopping import EarlyStopping

__version__ = "1.0.7"
__version__ = "1.0.8"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "early-stopping-pytorch"
version = "1.0.7"
version = "1.0.8"
description = "A PyTorch utility package for Early Stopping"
readme = "README.md"
authors = [
Expand Down

0 comments on commit 636e2d2

Please sign in to comment.