From 6be5c32fe7212c4a67b6bc664e9a64f0d2f485f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Thu, 4 May 2017 13:08:20 +0200 Subject: [PATCH] Updated revision date of changed Python files. --- stegano/lsbset/lsbset.py | 4 ++-- tests/test_lsb.py | 4 ++-- tests/test_lsbset.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stegano/lsbset/lsbset.py b/stegano/lsbset/lsbset.py index cac7d32..9ebdc9b 100644 --- a/stegano/lsbset/lsbset.py +++ b/stegano/lsbset/lsbset.py @@ -20,9 +20,9 @@ # along with this program. If not, see __author__ = "Cedric Bonhomme" -__version__ = "$Revision: 0.4.2 $" +__version__ = "$Revision: 0.5 $" __date__ = "$Date: 2016/03/13 $" -__revision__ = "$Date: 2016/05/22 $" +__revision__ = "$Date: 2017/05/04 $" __license__ = "GPLv3" import sys diff --git a/tests/test_lsb.py b/tests/test_lsb.py index 601c6b3..6c2fde9 100644 --- a/tests/test_lsb.py +++ b/tests/test_lsb.py @@ -20,9 +20,9 @@ # along with this program. If not, see __author__ = "Cedric Bonhomme" -__version__ = "$Revision: 0.2 $" +__version__ = "$Revision: 0.3 $" __date__ = "$Date: 2016/04/12 $" -__revision__ = "$Date: 2017/02/22 $" +__revision__ = "$Date: 2017/05/04 $" __license__ = "GPLv3" import io diff --git a/tests/test_lsbset.py b/tests/test_lsbset.py index bf6bc74..19f45dc 100644 --- a/tests/test_lsbset.py +++ b/tests/test_lsbset.py @@ -20,9 +20,9 @@ # along with this program. If not, see __author__ = "Cedric Bonhomme" -__version__ = "$Revision: 0.3 $" +__version__ = "$Revision: 0.4 $" __date__ = "$Date: 2016/04/13 $" -__revision__ = "$Date: 2017/02/22 $" +__revision__ = "$Date: 2017/05/04 $" __license__ = "GPLv3" import os