aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2015-01-05 13:01:15 +0100
committerMatěj Cepl <mcepl@cepl.eu>2015-01-05 13:01:15 +0100
commit8d129bc3b7780a6747583dd3d32d425b4e1ef562 (patch)
tree2f4052f3492bfee2ab6a1bd018cb78bb4d8ed3ed
parentd17b009ffec3077bf8db6e6902a7456ec90e9c38 (diff)
downloadpyg-8d129bc3b7780a6747583dd3d32d425b4e1ef562.tar.gz
First noarch version upload to PyPI.0.9.13
-rw-r--r--mail2news.py2
1 files changed, 1 insertions, 1 deletions
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"