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


__version__ = '1.1.0-rc'


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