From deb6dd5a19f363d78659404208186f560ead4fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Sun, 16 Mar 2014 20:33:57 +0100 Subject: Version bump to 2.3.0 --- semantic_version/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semantic_version/__init__.py b/semantic_version/__init__.py index 83bc367..d4cdb9e 100644 --- a/semantic_version/__init__.py +++ b/semantic_version/__init__.py @@ -4,7 +4,7 @@ __author__ = "Raphaƫl Barrois " -__version__ = '2.2.2' +__version__ = '2.3.0' from .base import compare, match, validate, Spec, SpecItem, Version -- cgit v1.2.1