From e2a9d14642b58ea34d26aa6e833e197b613c001e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Thu, 29 Aug 2019 17:24:02 +0200 Subject: Preparing release 2.8.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 057695f..19c233e 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.8.1.dev0' +__version__ = '2.8.1' -- cgit v1.2.1