Files
deb-python-semantic-version/semantic_version/__init__.py
2015-07-02 17:33:25 +02:00

11 lines
315 B
Python

# -*- 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.2'
from .base import compare, match, validate, Spec, SpecItem, Version