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