From fbd87a6135820700e27cda3448d5d54dc6fd3b0c Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 11 Nov 2024 10:34:00 +0000 Subject: [PATCH] 1.0.10 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ early_stopping_pytorch/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfa3488..64cbc37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/early_stopping_pytorch/__init__.py b/early_stopping_pytorch/__init__.py index 74d403f..dc94644 100644 --- a/early_stopping_pytorch/__init__.py +++ b/early_stopping_pytorch/__init__.py @@ -1,3 +1,3 @@ from .early_stopping import EarlyStopping -__version__ = "1.0.9" +__version__ = "1.0.10" diff --git a/pyproject.toml b/pyproject.toml index 3aa36f5..a75e263 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [