Skip to content

Commit f6904f5

Browse files
authored
Human certification in readme (#11)
* Added certification note in readme * Bumped version
1 parent 17c5fc3 commit f6904f5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ Scrollable containers are currently available for the following GUI toolkits.
1616
* PyQt5
1717
* PyQt6
1818

19+
<p align="center">
20+
<img src="https://raw.githubusercontent.com/tfpf/ScrollableContainers/main/res/certified_human.svg" />
21+
</p>
22+
23+
No part of the code in this repository has been written by or in consultation with artificial intelligence chatbots
24+
such as (but not limited to) Bard and ChatGPT.
25+
1926
**This project is not sponsored or endorsed by, or connected with, any organisation or entity such as but not limited
2027
to: the Tcl Core Team, the Python Software Foundation, the wxWidgets Team, the wxPython Team, the Qt Company and
2128
Riverbank Computing.**

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ScrollableContainers"
7-
version = "2.0.4rc0"
7+
version = "2.0.4"
88
authors = [
99
{ name = "Vishal Pankaj Chandratreya" },
1010
]

0 commit comments

Comments
 (0)