From: Mauro Scomparin Date: Thu, 5 Jul 2018 16:48:35 +0000 (+0200) Subject: version 1.0.0 X-Git-Url: https://git.scompo.it/?a=commitdiff_plain;h=ddf57d62284143557415bf2e59a3decd655ddfdf;p=money.git version 1.0.0 --- diff --git a/setup.py b/setup.py index edf3f89..234ba38 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 = '0.0.1', + version = '1.0.0', description = 'gestisce spese e entrate', long_description = long_description, url = 'https://github.com/scompo/money', @@ -23,4 +23,4 @@ setup( 'riassunto=money.money:riassunto_dati', ], }, -) \ No newline at end of file +)