From e858703642cc770614cce0f9355939c72d9d806c Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Fri, 26 Jul 2013 22:19:45 -0700 Subject: [PATCH] Bumping major revision number given new migration and changes to DB storage of message body. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2056b03..e37f52c 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ tests_require = [ setup( name='django-mailbox', - version='2.2', + version='3.0', url='http://bitbucket.org/latestrevision/django-mailbox/', description=( 'Import mail from POP3, IMAP, local mailboxes or directly from '