Hide keyboard shortcuts

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. 

4 

5 

6from .base import compare, match, validate, SimpleSpec, NpmSpec, Spec, SpecItem, Version 

7 

8 

9__author__ = "Raphaël Barrois <raphael.barrois+semver@polytechnique.org>" 

10__version__ = '2.8.5'