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


__version__ = '2.1.0-alpha'


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