diff --git a/README.md b/README.md index 23ba561..58b698d 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,13 @@ Scrollable containers are currently available for the following GUI toolkits. * PyQt5 * PyQt6 +

+ +

+ +No part of the code in this repository has been written by or in consultation with artificial intelligence chatbots +such as (but not limited to) Bard and ChatGPT. + **This project is not sponsored or endorsed by, or connected with, any organisation or entity such as but not limited to: the Tcl Core Team, the Python Software Foundation, the wxWidgets Team, the wxPython Team, the Qt Company and Riverbank Computing.** diff --git a/pyproject.toml b/pyproject.toml index 43306c6..d01ce17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ScrollableContainers" -version = "2.0.4rc0" +version = "2.0.4" authors = [ { name = "Vishal Pankaj Chandratreya" }, ]