From 031ce7a522d57c5378137400098cf5ef6f0cb134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Cesar=20Caballero=20D=C3=ADaz?= Date: Thu, 18 Oct 2018 17:17:16 -0400 Subject: [PATCH] ADD: new version number (0.5.0) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3990d23..4ceacd3 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='mailProc', - version='0.4.1', + version='0.5.0', packages=['mailproc', 'mailproc.transports'], url='https://github.com/daxslab/mailproc', license='LGPL 3.0',