diff --git a/CHANGES.rst b/CHANGES.rst index b6ef396..0945288 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,13 @@ ColorDetect Changelog ===================== +.. _1.6.5: +1.6.5 (28-02-2026) +================== +Fix +--------- + +- System versioning and development contact .. _1.6.4: 1.6.4 (28-02-2026) diff --git a/docs/conf.py b/docs/conf.py index 69b2cef..0344d52 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = "Marvin Kweyu" # The full version, including alpha/beta/rc tags -release = "1.6.4" +release = "1.6.5" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 271594f..ea1e8e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta" [project] name = "ColorDetect" -version = "1.6.3" +version = "1.6.5" authors = [ - {name = "Marvin Kweyu", email = "mkweyu1@gmail.com"}, + {name = "Marvin Kweyu", email = "hello@marvinkweyu.net"}, ] description = "Detect and recognize colors in images or video" readme = "README.md"