From 8d129bc3b7780a6747583dd3d32d425b4e1ef562 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mon, 5 Jan 2015 13:01:15 +0100 Subject: First noarch version upload to PyPI. --- mail2news.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail2news.py b/mail2news.py index 38ae507..3737d68 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.12' +VERSION = '0.9.13' DESC = "The Python Gateway Script: news2mail mail2news gateway" -- cgit