From 910827cd92d3a26181414e5878456451d6b7eb66 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Wed, 5 Jun 2013 12:45:38 -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 ee9bd70..378ab62 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ tests_require=[ setup( name='django-mailbox', - version='1.9', + version='1.9.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',