1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Bumping version number; removing extra transports.py file.

This commit is contained in:
Adam Coddington 2012-07-18 21:38:31 -07:00
parent 47d66df310
commit 6ec371f9e3
2 changed files with 1 additions and 2 deletions

View file

@ -1 +0,0 @@

View file

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='django_mailbox',
version='1.0.1',
version='1.0.2',
url='http://bitbucket.org/latestrevision/django-mailbox/',
description='Automatically import mail from POP3, IMAP, or a local mailbox into Django',
author='Adam Coddington',