From 486f8dd3f1a0a8079da5e92a20f0180bc8c272ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Wed, 28 Aug 2019 20:09:33 +0200 Subject: Preparing release 2.7.0 --- 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 6092e59..a848bdf 100644 --- a/semantic_version/__init__.py +++ b/semantic_version/__init__.py @@ -7,4 +7,4 @@ from .base import compare, match, validate, SimpleSpec, NpmSpec, Spec, SpecItem, __author__ = "Raphaƫl Barrois " -__version__ = '2.6.0' +__version__ = '2.7.0' -- cgit v1.2.1