diff --git a/installer/debian/simple-signer/DEBIAN/control b/installer/debian/simple-signer/DEBIAN/control index 867ade3..aabefce 100644 --- a/installer/debian/simple-signer/DEBIAN/control +++ b/installer/debian/simple-signer/DEBIAN/control @@ -1,5 +1,5 @@ Package: Simple-Signer -Version: 1.5.4-3 +Version: 1.5.5 Section: base Priority: optional Architecture: all diff --git a/simple_signer/__init__.py b/simple_signer/__init__.py index d5dd519..33513fc 100644 --- a/simple_signer/__init__.py +++ b/simple_signer/__init__.py @@ -2,7 +2,7 @@ __author__ = 'Georg Sieber' __copyright__ = '© 2021-2024' __license__ = 'GPL-3.0' -__version__ = '1.5.4' +__version__ = '1.5.5' __website__ = 'https://github.com/schorschii/Simple-Signer' __all__ = [__author__, __license__, __version__]