From b7f4d35030778e1283b3acbee1223f0199942173 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Wed, 8 Sep 2021 09:58:42 +0200 Subject: [PATCH] version bump to 5.0 --- variable_grabbler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variable_grabbler.py b/variable_grabbler.py index c226c38..3c29155 100644 --- a/variable_grabbler.py +++ b/variable_grabbler.py @@ -15,7 +15,7 @@ exit_codes = { "error while processing": 2 } -stderr("Variable Grabbler - version 5.0_pre2\n--------------------------------------------------------------------------------") +stderr("--------------------------------------------------------------------------------\nVariable Grabbler - version 5.0\n--------------------------------------------------------------------------------") ################################################################################ # Chnages in this version: # - complete rewrite in Python 3