summaryrefslogtreecommitdiff
path: root/src/semantic_version/__init__.py
blob: 9075b706d2f6ea40cf7e91697e31ff8e39e8d0a1 (plain)
1
2
3
4
5
6
7
8
# -*- coding: utf-8 -*-
# Copyright (c) 2012 Raphaƫl Barrois


__version__ = '1.3.0-alpha'


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