From 23a4309ee1ca7a2675e1258fd768bbe679ff9c48 Mon Sep 17 00:00:00 2001 From: Andrea Lazzarotto Date: Sun, 7 Feb 2021 18:21:42 +0100 Subject: [PATCH] Stable version number --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 71832f6..8ad41dd 100755 --- a/main.py +++ b/main.py @@ -36,7 +36,7 @@ __author__ = "Andrea Lazzarotto" __copyright__ = "(c) 2014-2021, Andrea Lazzarotto" __license__ = "GPLv3" -__version__ = "1.1.5-dev" +__version__ = "1.1.5" __maintainer__ = "Andrea Lazzarotto" __email__ = "andrea.lazzarotto@gmail.com"