diff --git a/CHANGELOG.org b/CHANGELOG.org index 5a5a8da..24c13b5 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -37,3 +37,5 @@ Updated pyproject.toml information. ** 1.1.2 <2023-07-16> Add the requirements and .gitignore. +** 1.1.3 <2023-07-16> + Update the mail information. diff --git a/pyproject.toml b/pyproject.toml index 9c2fc9a..eb45bf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "anitube-simple-notification" version = "1.1.1" authors = [ - { name="Kostiantyn Klochko", email="kostya_klochko@ukr.net" }, + { name="Kostiantyn Klochko", email="kklochko@protonmail.com" }, ] description = "Getting notification from anitube.in.ua." readme = "README.rst" diff --git a/src/config.py b/src/config.py index 1f87b98..c08fe15 100644 --- a/src/config.py +++ b/src/config.py @@ -1,5 +1,5 @@ ########################################################################## -# Copyright (C) 2022-2023 Kostiantyn Klochko # +# Copyright (C) 2022-2023 Kostiantyn Klochko # # # # This file is part of Anitube Simple Notification. # # # diff --git a/src/db.py b/src/db.py index cead782..a040156 100644 --- a/src/db.py +++ b/src/db.py @@ -1,5 +1,5 @@ ########################################################################## -# Copyright (C) 2022-2023 Kostiantyn Klochko # +# Copyright (C) 2022-2023 Kostiantyn Klochko # # # # This file is part of Anitube Simple Notification. # # # diff --git a/src/main.py b/src/main.py index 799dfea..fd3732c 100644 --- a/src/main.py +++ b/src/main.py @@ -1,5 +1,5 @@ ########################################################################## -# Copyright (C) 2022-2023 Kostiantyn Klochko # +# Copyright (C) 2022-2023 Kostiantyn Klochko # # # # This file is part of Anitube Simple Notification. # # # diff --git a/src/notify.py b/src/notify.py index f0553ab..21532eb 100644 --- a/src/notify.py +++ b/src/notify.py @@ -1,5 +1,5 @@ ########################################################################## -# Copyright (C) 2022-2023 Kostiantyn Klochko # +# Copyright (C) 2022-2023 Kostiantyn Klochko # # # # This file is part of Anitube Simple Notification. # # # diff --git a/src/scraper.py b/src/scraper.py index 6974f72..f56549f 100644 --- a/src/scraper.py +++ b/src/scraper.py @@ -1,5 +1,5 @@ ########################################################################## -# Copyright (C) 2022-2023 Kostiantyn Klochko # +# Copyright (C) 2022-2023 Kostiantyn Klochko # # # # This file is part of Anitube Simple Notification. # # #