Skip to content

Commit

Permalink
Prepare version 0.3.0
Browse files Browse the repository at this point in the history
A few more packaging-things fixed now, so create a new version.
  • Loading branch information
apaku committed May 18, 2012
1 parent 677fb1d commit 973d68e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pygmailarchive.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#TODO: Improve handling of mails in folders and in All Mail
#TODO: Optionally download spam and/or trash

__version__ = '0.2.0'
__version__ = '0.3.0'

import email
import email.Header
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ def read(fname):

setup(
name = "pygmailarchive",
version = "0.2.0",
version = "0.3.0",
author = "Andreas Pakulat",
author_email = "apaku@gmx.de",
description = ("An utility to archive Mails from GMail accounts."),
license = "BSD",
download_url = "https://github.com/downloads/apaku/pygmailarchive/pygmailarchive-0.2.0.tar.gz",
download_url = "https://github.com/downloads/apaku/pygmailarchive/pygmailarchive-0.3.0.tar.gz",
keywords = "gmail imap archive",
url = "https://github.com/apaku/pygmailarchive",
install_requires = ["IMAPClient"],
Expand Down

0 comments on commit 973d68e

Please sign in to comment.