Bumped version

This commit is contained in:
Rui Carmo 2017-07-29 19:55:50 +01:00 committed by GitHub
parent 82e6071fb3
commit 5762b005e6

View file

@ -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 <gscrivano@gnu.org>, Ronan Sheth, Brandon Long, Christian Schanz, A. Bovett"
# = Contributors =