diff --git a/requirements.txt b/requirements.txt index d7e5c7d..123ff35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -endesive==2.17.0 +endesive==2.17.1 PyMuPDF # Debian package note: since python3-pyqt5 is a build-dependency and --use-system-packages is set, diff --git a/simple_signer/__init__.py b/simple_signer/__init__.py index 57a0e88..1944eeb 100644 --- a/simple_signer/__init__.py +++ b/simple_signer/__init__.py @@ -1,7 +1,7 @@ __title__ = 'Simple Signer' __author__ = 'Georg Sieber' __license__ = 'GPL-3.0' -__version__ = '1.5.3' +__version__ = '1.5.4' __website__ = 'https://github.com/schorschii/Simple-Signer' __all__ = [__author__, __license__, __version__]