From b054fc7a0c7056c51078244edb02d98ce434c6d9 Mon Sep 17 00:00:00 2001 From: AdrienCos Date: Thu, 6 Jun 2019 22:05:56 -0400 Subject: [PATCH] Updated metadata --- stegano/steganalysis/parity.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stegano/steganalysis/parity.py b/stegano/steganalysis/parity.py index 6034664..3b5607d 100644 --- a/stegano/steganalysis/parity.py +++ b/stegano/steganalysis/parity.py @@ -20,8 +20,9 @@ # along with this program. If not, see __author__ = "Cedric Bonhomme" -__version__ = "$Revision: 0.1 $" +__version__ = "$Revision: 0.9.4 $" __date__ = "$Date: 2010/10/01 $" +__revision__ = "$Date: 2019/06/06 $" __license__ = "GPLv3" from PIL import Image