diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2019-08-29 17:27:43 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2019-08-29 17:27:43 +0200 |
commit | c1bc1e48b091b0ca73ac1eeb37d8a8e73d3f15bb (patch) | |
tree | c9752f30ffe757a3cab0edcb8c77974f30348b50 /semantic_version | |
parent | e2a9d14642b58ea34d26aa6e833e197b613c001e (diff) | |
download | semantic-version-c1bc1e48b091b0ca73ac1eeb37d8a8e73d3f15bb.tar.gz |
Back to development: 2.8.2
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 19c233e..30bb0ef 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' +__version__ = '2.8.2.dev0' |