Skip to content

Commit

Permalink
1.0.10
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 4b0e88d commit fbd87a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# CHANGELOG


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

### Bug Fixes

* fix: update citation author to full name (#43) ([`4b0e88d`](https://github.com/Bjarten/early-stopping-pytorch/commit/4b0e88d5a47beb2a9f2ba8a536b996f82b4fd14d))


## v1.0.9 (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.9"
__version__ = "1.0.10"
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.9"
version = "1.0.10"
description = "A PyTorch utility package for Early Stopping"
readme = "README.md"
authors = [
Expand Down

0 comments on commit fbd87a6

Please sign in to comment.