diff --git a/README.md b/README.md index fb7c203..310cc77 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ If you find this package useful in your research, please consider citing it as: ```bibtex @misc{early_stopping_pytorch, - author = {Bjarte Sunde}, + author = {Bjarte Mehus Sunde}, title = {early-stopping-pytorch: A PyTorch utility package for Early Stopping}, year = {2024}, url = {https://github.com/Bjarten/early-stopping-pytorch}, diff --git a/pyproject.toml b/pyproject.toml index 36ae43b..3aa36f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "1.0.9" description = "A PyTorch utility package for Early Stopping" readme = "README.md" authors = [ - { name = "Bjarte Sunde", email = "BjarteSunde@outlook.com" } + { name = "Bjarte Mehus Sunde", email = "BjarteSunde@outlook.com" } ] license = { text = "MIT" } dependencies = [