From 2174bdcae6e46f5f68f5b8ea984a695db9f41bcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Wed, 1 Apr 2015 01:36:01 +0200 Subject: Release v2.4.1 --- semantic_version/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'semantic_version') diff --git a/semantic_version/__init__.py b/semantic_version/__init__.py index 49500d0..cc1b4ef 100644 --- a/semantic_version/__init__.py +++ b/semantic_version/__init__.py @@ -4,7 +4,7 @@ __author__ = "Raphaƫl Barrois " -__version__ = '2.4.0' +__version__ = '2.4.1' from .base import compare, match, validate, Spec, SpecItem, Version -- cgit v1.2.1