Skip to content

Commit 539c9f4

Browse files
authored
chore: version bump, update authors
1 parent 4dfda38 commit 539c9f4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

interactions/base.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33

44
from colorama import Fore, Style, init
55

6-
__version__ = "4.0.2"
6+
__version__ = "4.1.0"
77
__authors__ = {
88
"current": [
9-
{"name": "James Walston<@goverfl0w>", "status": "Lead Developer"},
10-
{"name": "DeltaX<@DeltaXW>", "status": "Co-developer"},
9+
{"name": "James Walston<@goverfl0w>", "status": "Project Maintainer"},
10+
{"name": "DeltaX<@DeltaXWizard>", "status": "Project Lead"},
11+
{"name": "EdVraz<@EdVraz>", "status": "Developer"},
1112
],
1213
"old": [
1314
{"name": "Daniel Allen<@LordOfPolls>"},

0 commit comments

Comments
 (0)