From af50605d735fb70121c1c6a833a615d73c158fef Mon Sep 17 00:00:00 2001 From: gwen Date: Thu, 29 Aug 2013 12:15:12 +0200 Subject: [PATCH] version for setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 96c9e6b..1ca3915 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ import subprocess def fetch_version(): """Get version from version.in or latest git tag""" version_file='version.in' - version = "0.0-dev" + version = "1.0" git_last_tag_cmd = ['git', 'describe', '--tags', '--abbrev=0'] try: @@ -28,8 +28,8 @@ def fetch_version(): setup( - author='Gwenaël Rémond', - author_email='gremond@cadoles.com', + author='cadoles team', + author_email='contact@cadoles.com', name='tiramisu', version=fetch_version(), description='configuration management tool',