diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2012-05-18 01:22:12 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2012-05-18 01:22:12 +0200 |
commit | ae57afda5cc99616d8a6f388cffbf0ec23f59c6a (patch) | |
tree | 7b94fcb3f3071b153516df5496634133ca42f3fb /src/semantic_version | |
parent | f35982974ac85bb4f1eb4e6cfc968f5092bc13c7 (diff) | |
download | semantic-version-ae57afda5cc99616d8a6f388cffbf0ec23f59c6a.tar.gz |
Release v1.1.0v1.1.0
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to 'src/semantic_version')
-rw-r--r-- | src/semantic_version/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/semantic_version/__init__.py b/src/semantic_version/__init__.py index 66959fc..336a9c8 100644 --- a/src/semantic_version/__init__.py +++ b/src/semantic_version/__init__.py @@ -2,7 +2,7 @@ # Copyright (c) 2012 Raphaël Barrois -__version__ = '1.1.0-rc' +__version__ = '1.1.0' from .base import compare, match, Version, Spec, SpecList |