forked from mirror/django-mailbox
Bumping version number; removing extra transports.py file.
This commit is contained in:
parent
47d66df310
commit
6ec371f9e3
2 changed files with 1 additions and 2 deletions
|
|
@ -1 +0,0 @@
|
||||||
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='django_mailbox',
|
name='django_mailbox',
|
||||||
version='1.0.1',
|
version='1.0.2',
|
||||||
url='http://bitbucket.org/latestrevision/django-mailbox/',
|
url='http://bitbucket.org/latestrevision/django-mailbox/',
|
||||||
description='Automatically import mail from POP3, IMAP, or a local mailbox into Django',
|
description='Automatically import mail from POP3, IMAP, or a local mailbox into Django',
|
||||||
author='Adam Coddington',
|
author='Adam Coddington',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue