X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=mimedecode.py;h=56d59ca415276f3122a196fd6d390b3655a7c4b3;hb=e6a27b4c388053c20bde7fd3af12a76c6aeab969;hp=e6de8a32138c0a82a5f0801cd2e3978c5a4dbc13;hpb=6177459a3541bbba6610520f10abee8c4f574d55;p=mimedecode.git diff --git a/mimedecode.py b/mimedecode.py index e6de8a3..56d59ca 100755 --- a/mimedecode.py +++ b/mimedecode.py @@ -2,9 +2,9 @@ """Decode MIME message""" -__version__ = "2.2.1" +__version__ = "2.1.3" __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2001-2012 PhiloSoft Design" +__copyright__ = "Copyright (C) 2001-2013 PhiloSoft Design" __license__ = "GNU GPL" @@ -26,7 +26,7 @@ me = os.path.basename(sys.argv[0]) def version(exit=1): sys.stdout.write("""\ Broytman mimedecode.py version %s, %s -""" % (_version, __copyright__)) +""" % (__version__, __copyright__)) if exit: sys.exit(0)