From 6633882e18da9cd60f8bd8a49a173ef568755c15 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sun, 28 Oct 2012 13:03:36 -0700 Subject: [PATCH] Bumping version number. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2420ca1..b835834 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name='django-mailbox', - version='1.2.1', + version='1.3', url='http://bitbucket.org/latestrevision/django-mailbox/', description='Import mail from POP3, IMAP, local mailboxes or directly from Postfix or Exim4 into your Django application automatically.', author='Adam Coddington',