__init__.py 326 B

12345678910
  1. # -*- coding: utf-8 -*-
  2. # Copyright (c) The python-semanticversion project
  3. # This code is distributed under the two-clause BSD License.
  4. from .base import compare, match, validate, SimpleSpec, NpmSpec, Spec, SpecItem, Version
  5. __author__ = "Raphaël Barrois <raphael.barrois+semver@polytechnique.org>"
  6. __version__ = '2.8.5'