From: Mauro Scomparin Date: Tue, 10 Jul 2018 18:56:53 +0000 (+0200) Subject: updated version on setup.py X-Git-Url: https://git.scompo.it/?a=commitdiff_plain;h=5e4b134de4f370e24f62801ac2826f9a5ad53ed0;p=money.git updated version on setup.py --- diff --git a/setup.py b/setup.py index 234ba38..aff181d 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open(path.join(here, 'README.rst'), encoding = 'utf-8') as f: setup( name = 'money', - version = '1.0.0', + version = '1.0.1', description = 'gestisce spese e entrate', long_description = long_description, url = 'https://github.com/scompo/money',