Release v1.0.0.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
This commit is contained in:
Raphaël Barrois
2012-05-17 14:49:31 +02:00
parent 7f227a37bb
commit 305b0b8b67
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ def get_version():
match = version_re.match(line[:-1])
if match:
return match.groups()[0]
return '0.0'
return '0.0.0'
class test(cmd.Command):

View File

@@ -2,7 +2,7 @@
# Copyright (c) 2012 Raphaël Barrois
__version__ = '1.0.0-beta'
__version__ = '1.0.0'
from .base import compare, match, Version, Spec