From 6eff0eb203e97cc9267beeacadfa540d0342601a Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sun, 20 Jan 2013 12:30:16 -0800 Subject: [PATCH] Bumping version number. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a2e9f34..4bae595 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ tests_require=['django'] setup( name='django-mailbox', - version='1.6', + version='1.6.1', 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',