mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Bumping version number.
This commit is contained in:
commit
bfa4c58013
6 changed files with 16 additions and 14 deletions
4
setup.py
Normal file → Executable file
4
setup.py
Normal file → Executable file
|
|
@ -2,9 +2,9 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='django-mailbox',
|
||||
version='1.0.1',
|
||||
version='1.0.4',
|
||||
url='http://bitbucket.org/latestrevision/django-mailbox/',
|
||||
description='Automatically import mail from POP3 or IMAP into Django',
|
||||
description='Automatically import mail from POP3, IMAP, or a local mailbox into Django',
|
||||
author='Adam Coddington',
|
||||
author_email='me@adamcoddington.net',
|
||||
classifiers=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue