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