summaryrefslogtreecommitdiff
path: root/semantic_version
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-28 21:11:08 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-28 21:11:08 +0200
commit1655f9cdd72dd3e6dcaf071e84aa5e897e06d39d (patch)
tree0bf5344d8401991adcc6dc9b0802e39f8cdc5edd /semantic_version
parent61f3387fd8c9564440ff0631fdc96d3ac8d08fa1 (diff)
downloadsemantic-version-1655f9cdd72dd3e6dcaf071e84aa5e897e06d39d.tar.gz
Back to development: 2.7.2
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 5eeeff4..a39c5ea 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.7.1'
+__version__ = '2.7.2.dev0'