diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2019-08-29 17:24:02 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2019-08-29 17:24:02 +0200 |
commit | e2a9d14642b58ea34d26aa6e833e197b613c001e (patch) | |
tree | af3be03c497a529b3bc2c15e9997fef9f4071ec7 /semantic_version | |
parent | 407d8b94706ff7758749c1825ddc5029a995114c (diff) | |
download | semantic-version-e2a9d14642b58ea34d26aa6e833e197b613c001e.tar.gz |
Preparing release 2.8.12.8.1
Diffstat (limited to 'semantic_version')
-rw-r--r-- | semantic_version/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 <raphael.barrois+semver@polytechnique.org>" -__version__ = '2.8.1.dev0' +__version__ = '2.8.1' |