summaryrefslogtreecommitdiff
path: root/semantic_version/__init__.py
blob: a39c5ead857274aa8d76f6c4b9285728b1df5df7 (plain)
1
2
3
4
5
6
7
8
9
10
# -*- coding: utf-8 -*-
# Copyright (c) The python-semanticversion project
# This code is distributed under the two-clause BSD License.


from .base import compare, match, validate, SimpleSpec, NpmSpec, Spec, SpecItem, Version


__author__ = "Raphaƫl Barrois <raphael.barrois+semver@polytechnique.org>"
__version__ = '2.7.2.dev0'