File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ pyoverflow3 = "*"
99[dev-packages ]
1010
1111[requires ]
12- python_version = " 3.12 "
12+ python_version = " 3.13 "
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ int quickoverflow_help(char **args){
9595"\\ \\/' / |_| | | (__| <\\ \\_/ /\\ V / __/ | | | | | (_) \\ V V / \n"
9696" \\_/\\_\\\\__,_|_|\\___|_|\\_\\\\___/ \\_/ \\___|_| |_| |_|\\___/ \\_/\\_ \n"
9797" \n" );
98- printf ("---------------------------------Version 2.1 .0----------------------------\n" );
98+ printf ("---------------------------------Version 3.0 .0----------------------------\n" );
9999 printf ("Type program names and arguments, and hit enter.\n" );
100100 printf ("The following are built in:\n" );
101101
@@ -123,7 +123,7 @@ int quickoverflow_about(char **args){
123123"\\ \\/' / |_| | | (__| <\\ \\_/ /\\ V / __/ | | | | | (_) \\ V V / \n"
124124" \\_/\\_\\\\__,_|_|\\___|_|\\_\\\\___/ \\_/ \\___|_| |_| |_|\\___/ \\_/\\_ \n"
125125" \n" );
126- printf ("Version: 2.1 .0\n" );
126+ printf ("Version: 3.0 .0\n" );
127127 printf ("License: GNU GPL-3 License\n" );
128128 printf ("Author: Aryan Karamtoth (SpaciousCoder78)\n" );
129129 printf (
"Author Email: [email protected] \n" );
You can’t perform that action at this time.
0 commit comments