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


__version__ = '1.0.0-beta'


from .base import compare, match, Version, Spec