mirror of
https://github.com/samsonjs/imapbackup.git
synced 2026-04-27 14:57:44 +00:00
Bumped version
This commit is contained in:
parent
82e6071fb3
commit
5762b005e6
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
"""IMAP Incremental Backup Script"""
|
"""IMAP Incremental Backup Script"""
|
||||||
__version__ = "1.4f"
|
__version__ = "1.4g"
|
||||||
__author__ = "Rui Carmo (http://the.taoofmac.com)"
|
__author__ = "Rui Carmo (http://taoofmac.com)"
|
||||||
__copyright__ = "(C) 2006-2013 Rui Carmo. Code under MIT License.(C)"
|
__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__ = "Bob Ippolito, Michael Leonhard, Giuseppe Scrivano <gscrivano@gnu.org>, Ronan Sheth, Brandon Long, Christian Schanz, A. Bovett"
|
||||||
|
|
||||||
# = Contributors =
|
# = Contributors =
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue