Release v1.0.0.
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
This commit is contained in:
2
setup.py
2
setup.py
@@ -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):
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user