diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2015-01-05 13:07:50 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2015-01-05 13:11:46 +0100 |
commit | f638202fcf8808f8eec2387155982711f92c6d52 (patch) | |
tree | 85e15242c87996c5b21c9fec84bfc38c40a7e239 /mail2news.py | |
parent | 8d129bc3b7780a6747583dd3d32d425b4e1ef562 (diff) | |
download | pygn-f638202fcf8808f8eec2387155982711f92c6d52.tar.gz |
Add missing wlp and wlp_parser modules to setup.py to be installed.0.9.14
Fixes #18
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 3737d68..d6d8658 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.13' +VERSION = '0.9.14' DESC = "The Python Gateway Script: news2mail mail2news gateway" |