diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2014-12-30 01:49:11 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2014-12-30 01:49:11 +0100 |
commit | 7ec260bf257c3ca25b349ddb481d2f8b636f0056 (patch) | |
tree | 482b0e10a2d4556bb237e258f44c0ad1608d1e9f /mail2news.py | |
parent | 7627c1faabce8398845d0687338cc8e052fcd0dc (diff) | |
download | pyg-7ec260bf257c3ca25b349ddb481d2f8b636f0056.tar.gz |
Fix setup.py0.9.10
remove imap2nntp submodule (although it is actually quite interesting)
Fixes #12
Diffstat (limited to 'mail2news.py')
-rw-r--r-- | mail2news.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail2news.py b/mail2news.py index c9ed55f..adce631 100644 --- a/mail2news.py +++ b/mail2news.py @@ -29,7 +29,7 @@ import sys # This is the single source of Truth # Yes, it is awkward to have it assymetrically here # and not in news2mail as well. -VERSION = '0.9.9' +VERSION = '0.9.10' DESC = "The Python Gateway Script: news2mail mail2news gateway" |