From 5762b005e6fc87d78593052dcfbf08a5853dfe4a Mon Sep 17 00:00:00 2001 From: Rui Carmo Date: Sat, 29 Jul 2017 19:55:50 +0100 Subject: [PATCH] Bumped version --- imapbackup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/imapbackup.py b/imapbackup.py index 1c42358..dbbb836 100644 --- a/imapbackup.py +++ b/imapbackup.py @@ -1,9 +1,9 @@ #!/usr/bin/env python """IMAP Incremental Backup Script""" -__version__ = "1.4f" -__author__ = "Rui Carmo (http://the.taoofmac.com)" -__copyright__ = "(C) 2006-2013 Rui Carmo. Code under MIT License.(C)" +__version__ = "1.4g" +__author__ = "Rui Carmo (http://taoofmac.com)" +__copyright__ = "(C) 2006-2017 Rui Carmo. Code under MIT License.(C)" __contributors__ = "Bob Ippolito, Michael Leonhard, Giuseppe Scrivano , Ronan Sheth, Brandon Long, Christian Schanz, A. Bovett" # = Contributors =