summaryrefslogtreecommitdiff
path: root/semantic_version/__init__.py
blob: cc1b4ef15872a4052f3e7044a7fac1e64108ead7 (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.1'


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