From 72b46e97b0a5321a0825d471324c002d377ba94c Mon Sep 17 00:00:00 2001 From: Georg Sauthoff Date: Sun, 9 Dec 2018 11:18:32 +0100 Subject: [PATCH] bump version to 0.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e5757cc..7855217 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ install_requires = [ setup( name='inema', - version='0.3', + version='0.4', description='A Python interface to the Deutsche Post Internetmarke Online Franking', long_description=open('README.rst').read(), author='Harald Welte',