# -*- coding: utf-8 -*- # Copyright (c) The python-semanticversion project # This code is distributed under the two-clause BSD License. __author__ = "Raphaƫl Barrois " __version__ = '2.5.0' from .base import compare, match, validate, Spec, SpecItem, Version