summaryrefslogtreecommitdiff
path: root/semantic_version/__init__.py
blob: 0e55012ad3bdaab7623c69098f3f46416f3263bf (plain)
1
2
3
4
5
6
7
8
9
10
# -*- coding: utf-8 -*-
# Copyright (c) 2012-2013 Raphaël Barrois
# This code is distributed under the two-clause BSD License.


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


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