From a88240dea541949bcec610be26aed4979b9eb04c Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 13 Dec 2016 14:15:08 +0100 Subject: [PATCH] bump version to 0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 39ed749..a63a0dc 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ install_requires = [ setup( name='inema', - version='0.1', + version='0.2', description='A Python interface to the Deutsche Post Internetmarke Online Franking', long_description=open('README.rst').read(), author='Harald Welte',