We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dfda38 commit 539c9f4Copy full SHA for 539c9f4
interactions/base.py
@@ -3,11 +3,12 @@
3
4
from colorama import Fore, Style, init
5
6
-__version__ = "4.0.2"
+__version__ = "4.1.0"
7
__authors__ = {
8
"current": [
9
- {"name": "James Walston<@goverfl0w>", "status": "Lead Developer"},
10
- {"name": "DeltaX<@DeltaXW>", "status": "Co-developer"},
+ {"name": "James Walston<@goverfl0w>", "status": "Project Maintainer"},
+ {"name": "DeltaX<@DeltaXWizard>", "status": "Project Lead"},
11
+ {"name": "EdVraz<@EdVraz>", "status": "Developer"},
12
],
13
"old": [
14
{"name": "Daniel Allen<@LordOfPolls>"},
0 commit comments