From 476c66d2ce7900282344f735a9ee2aae081f72ab Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 24 Jan 2020 23:40:56 +0000 Subject: fetchmailconf: Bump version to 1.61. --- fetchmailconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmailconf.py') diff --git a/fetchmailconf.py b/fetchmailconf.py index eebe4a82..052e3fcd 100755 --- a/fetchmailconf.py +++ b/fetchmailconf.py @@ -29,7 +29,7 @@ import subprocess from tkinter import * from tkinter.dialog import * -VERSION = "1.60" +VERSION = "1.61" MIN_PY = (2, 7, 13) if sys.version_info < MIN_PY: -- cgit v1.2.3