You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
326 B
11 lines
326 B
5 years ago
|
# -*- coding: utf-8 -*-
|
||
|
# Copyright (c) The python-semanticversion project
|
||
|
# This code is distributed under the two-clause BSD License.
|
||
|
|
||
|
|
||
|
from .base import compare, match, validate, SimpleSpec, NpmSpec, Spec, SpecItem, Version
|
||
|
|
||
|
|
||
|
__author__ = "Raphaël Barrois <raphael.barrois+semver@polytechnique.org>"
|
||
|
__version__ = '2.8.4'
|