From ddf57d62284143557415bf2e59a3decd655ddfdf Mon Sep 17 00:00:00 2001 From: Mauro Scomparin Date: Thu, 5 Jul 2018 18:48:35 +0200 Subject: [PATCH] version 1.0.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +) -- 2.25.1