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


__version__ = '1.2.0'


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