version 1.0.0
authorMauro Scomparin <scompo@gmail.com>
Thu, 5 Jul 2018 16:48:35 +0000 (18:48 +0200)
committerMauro Scomparin <scompo@gmail.com>
Thu, 5 Jul 2018 16:48:35 +0000 (18:48 +0200)
setup.py

index edf3f89a9671c85052fd5d16b6fdf76307130f08..234ba3849f953c4aebdf363a10799cd5ede8ac22 100644 (file)
--- 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
+)