From 7ec260bf257c3ca25b349ddb481d2f8b636f0056 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 30 Dec 2014 01:49:11 +0100 Subject: Fix setup.py remove imap2nntp submodule (although it is actually quite interesting) Fixes #12 --- mail2news.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail2news.py') 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" -- cgit