Coverage for /home/martinb/.local/share/virtualenvs/camcops/lib/python3.6/site-packages/semantic_version/__init__.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1# -*- coding: utf-8 -*-
2# Copyright (c) The python-semanticversion project
3# This code is distributed under the two-clause BSD License.
6from .base import compare, match, validate, SimpleSpec, NpmSpec, Spec, SpecItem, Version
9__author__ = "Raphaël Barrois <raphael.barrois+semver@polytechnique.org>"
10__version__ = '2.8.5'