summaryrefslogtreecommitdiff
path: root/src/semantic_version/__init__.py
blob: 86ba9c583bea4c233a0fe0196f5057bbeff87729 (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.1.2'


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