Skip to content

Commit

Permalink
1.0.7
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 bdb4545 commit 4f9f163
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# CHANGELOG


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

### Bug Fixes

* fix: correct versioning for __version__ in __init__.py (#39) ([`bdb4545`](https://github.com/Bjarten/early-stopping-pytorch/commit/bdb4545c13e46c601d185510d52d0c724fc77b24))

### Unknown

* Revert "1.0.6"

This reverts commit 9244ca36814ae4a331b6477cb08edc0a91fc2609. ([`c96c7df`](https://github.com/Bjarten/early-stopping-pytorch/commit/c96c7df3fa834103ebd71726533d657700fb14f0))


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

### Bug Fixes

* fix: manual version bump ([`0ea0305`](https://github.com/Bjarten/early-stopping-pytorch/commit/0ea0305703a6b949438d78fa47b27cf63eb27009))


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

0 comments on commit 4f9f163

Please sign in to comment.