summaryrefslogtreecommitdiff
path: root/src/semantic_version
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2012-05-18 01:22:12 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2012-05-18 01:22:12 +0200
commitae57afda5cc99616d8a6f388cffbf0ec23f59c6a (patch)
tree7b94fcb3f3071b153516df5496634133ca42f3fb /src/semantic_version
parentf35982974ac85bb4f1eb4e6cfc968f5092bc13c7 (diff)
downloadsemantic-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__.py2
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