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


__version__ = '2.0.0-alpha'


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