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


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


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