From 2589eb30d2b6ab6e2b7c52ed332e28ba1207247f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 3 Dec 2020 11:37:11 +0100 Subject: [PATCH] bump version to 0.8.3. for price changes from Jan 1st, 2021 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 115d7b5..e4b4d99 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ install_requires = [ setup( name='inema', - version='0.8.2', + version='0.8.3', description='A Python interface to the Deutsche Post Internetmarke Online Franking', long_description=open('README.rst').read(), author='Harald Welte',