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


__version__ = '0.1.0'


from .base import compare, match, SemanticVersion, Spec