diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2015-01-05 13:01:15 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2015-01-05 13:01:15 +0100 |
commit | 8d129bc3b7780a6747583dd3d32d425b4e1ef562 (patch) | |
tree | 2f4052f3492bfee2ab6a1bd018cb78bb4d8ed3ed /mail2news.py | |
parent | d17b009ffec3077bf8db6e6902a7456ec90e9c38 (diff) | |
download | pyg-8d129bc3b7780a6747583dd3d32d425b4e1ef562.tar.gz |
First noarch version upload to PyPI.0.9.13
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 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" |