From cc3f32b9da6182e411cf2853ec4e64aee43a92a0 Mon Sep 17 00:00:00 2001 From: Kazuki Suzuki Przyborowski Date: Sat, 30 Sep 2023 15:03:38 -0500 Subject: [PATCH] Add files via upload --- pywwwget-dl.py | 2 +- pywwwget.py | 6 +++--- pywwwgetold-dl.py | 2 +- pywwwgetold.py | 6 +++--- setup.py | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pywwwget-dl.py b/pywwwget-dl.py index 6bbc5e4..a1e9b17 100755 --- a/pywwwget-dl.py +++ b/pywwwget-dl.py @@ -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; diff --git a/pywwwget.py b/pywwwget.py index 620a6ad..b1fc58a 100644 --- a/pywwwget.py +++ b/pywwwget.py @@ -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; @@ -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$"; diff --git a/pywwwgetold-dl.py b/pywwwgetold-dl.py index 8e44b6a..a2215a0 100644 --- a/pywwwgetold-dl.py +++ b/pywwwgetold-dl.py @@ -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; diff --git a/pywwwgetold.py b/pywwwgetold.py index 812db60..468f817 100755 --- a/pywwwgetold.py +++ b/pywwwgetold.py @@ -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; @@ -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$"; diff --git a/setup.py b/setup.py index c3fee9d..db38d18 100755 --- a/setup.py +++ b/setup.py @@ -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;