From 46578a6b30e49407d88c11de40b8299321e900d8 Mon Sep 17 00:00:00 2001 From: ThiefMaster Date: Sun, 21 Jun 2015 23:12:39 +0200 Subject: [PATCH] Bump version to 0.5.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ead2f53..5b72f85 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def _build_assets(self): setup( name='maildump', - version='0.5.1', + version='0.5.2', description='An SMTP server that makes all received mails accessible via a web interface and REST API.', long_description=readme, url='https://github.com/ThiefMaster/maildump',