summaryrefslogtreecommitdiff
path: root/semantic_version/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'semantic_version/__init__.py')
-rw-r--r--semantic_version/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/semantic_version/__init__.py b/semantic_version/__init__.py
index 6daf567..f92187a 100644
--- a/semantic_version/__init__.py
+++ b/semantic_version/__init__.py
@@ -3,8 +3,8 @@
# This code is distributed under the two-clause BSD License.
-__author__ = "Raphaël Barrois <raphael.barrois+semver@polytechnique.org>"
-__version__ = '2.5.0'
+from .base import compare, match, validate, Spec, SpecItem, Version
-from .base import compare, match, validate, Spec, SpecItem, Version
+__author__ = "Raphaël Barrois <raphael.barrois+semver@polytechnique.org>"
+__version__ = '2.5.0'