Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski authored Sep 30, 2023
1 parent ce5da02 commit cc3f32b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pywwwget-dl.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Copyright 2016-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2016-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: pywwwget-dl.py - Last Update: 9/24/2023 Ver. 1.5.0 RC 1 - Author: cooldude2k $
$FileInfo: pywwwget-dl.py - Last Update: 9/30/2023 Ver. 1.7.0 RC 1 - Author: cooldude2k $
'''

from __future__ import division, absolute_import, print_function;
Expand Down
6 changes: 3 additions & 3 deletions pywwwget.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Copyright 2016-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2016-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: pywwwget.py - Last Update: 9/24/2023 Ver. 1.5.0 RC 1 - Author: cooldude2k $
$FileInfo: pywwwget.py - Last Update: 9/30/2023 Ver. 1.7.0 RC 1 - Author: cooldude2k $
'''

from __future__ import division, absolute_import, print_function;
Expand Down Expand Up @@ -118,8 +118,8 @@
__program_small_name__ = "wwwget";
__project__ = __program_name__;
__project_url__ = "https://github.com/GameMaker2k/PyWWW-Get";
__version_info__ = (1, 5, 0, "RC 1", 1);
__version_date_info__ = (2023, 9, 24, "RC 1", 1);
__version_info__ = (1, 7, 0, "RC 1", 1);
__version_date_info__ = (2023, 9, 30, "RC 1", 1);
__version_date__ = str(__version_date_info__[0])+"."+str(__version_date_info__[1]).zfill(2)+"."+str(__version_date_info__[2]).zfill(2);
__revision__ = __version_info__[3];
__revision_id__ = "$Id$";
Expand Down
2 changes: 1 addition & 1 deletion pywwwgetold-dl.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Copyright 2016-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2016-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: pywwwget-dl.py - Last Update: 9/24/2023 Ver. 1.5.0 RC 1 - Author: cooldude2k $
$FileInfo: pywwwget-dl.py - Last Update: 9/30/2023 Ver. 1.7.0 RC 1 - Author: cooldude2k $
'''

from __future__ import division, absolute_import, print_function;
Expand Down
6 changes: 3 additions & 3 deletions pywwwgetold.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Copyright 2016-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2016-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: pywwwgetold.py - Last Update: 9/24/2023 Ver. 1.5.0 RC 1 - Author: cooldude2k $
$FileInfo: pywwwgetold.py - Last Update: 9/30/2023 Ver. 1.7.0 RC 1 - Author: cooldude2k $
'''

from __future__ import division, absolute_import, print_function;
Expand Down Expand Up @@ -118,8 +118,8 @@
__program_small_name__ = "wwwget";
__project__ = __program_name__;
__project_url__ = "https://github.com/GameMaker2k/PyWWW-Get";
__version_info__ = (1, 5, 0, "RC 1", 1);
__version_date_info__ = (2023, 9, 24, "RC 1", 1);
__version_info__ = (1, 7, 0, "RC 1", 1);
__version_date_info__ = (2023, 9, 30, "RC 1", 1);
__version_date__ = str(__version_date_info__[0])+"."+str(__version_date_info__[1]).zfill(2)+"."+str(__version_date_info__[2]).zfill(2);
__revision__ = __version_info__[3];
__revision_id__ = "$Id$";
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Copyright 2016-2023 Game Maker 2k - https://github.com/GameMaker2k
Copyright 2016-2023 Kazuki Przyborowski - https://github.com/KazukiPrzyborowski
$FileInfo: setup.py - Last Update: 9/24/2023 Ver. 1.5.0 RC 1 - Author: cooldude2k $
$FileInfo: setup.py - Last Update: 9/30/2023 Ver. 1.7.0 RC 1 - Author: cooldude2k $
'''

import re, os, sys, time, datetime, platform, pkg_resources;
Expand Down

0 comments on commit cc3f32b

Please sign in to comment.