From 57030146445ea1b092c7bd6366f258b6ebddd312 Mon Sep 17 00:00:00 2001 From: Georg Sieber Date: Sun, 7 Jan 2024 20:59:31 +0100 Subject: [PATCH] bump version --- installer/debian/simple-signer/DEBIAN/control | 2 +- simple_signer/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/debian/simple-signer/DEBIAN/control b/installer/debian/simple-signer/DEBIAN/control index 26bdfaf..4263ae5 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.2-1 +Version: 1.5.3-1 Section: base Priority: optional Architecture: all diff --git a/simple_signer/__init__.py b/simple_signer/__init__.py index 62887dd..57a0e88 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.2' +__version__ = '1.5.3' __website__ = 'https://github.com/schorschii/Simple-Signer' __all__ = [__author__, __license__, __version__]