summaryrefslogtreecommitdiff
path: root/semantic_version
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-29 11:41:25 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-29 11:41:25 +0200
commit19836abac0d4f43467e61870ae9d268b0a610d4b (patch)
treeb6d17ea1d8cff0cd9ec9585d1216202bf2918946 /semantic_version
parent42dacc3122edd0d2eccebc552ef4ed5b64faf44b (diff)
downloadsemantic-version-19836abac0d4f43467e61870ae9d268b0a610d4b.tar.gz
Back to development: 2.8.1
Diffstat (limited to 'semantic_version')
-rw-r--r--semantic_version/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/semantic_version/__init__.py b/semantic_version/__init__.py
index e8958fd..057695f 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.0'
+__version__ = '2.8.1.dev0'