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__.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/semantic_version/__init__.py b/semantic_version/__init__.py
new file mode 100644
index 0000000..6ced92a
--- /dev/null
+++ b/semantic_version/__init__.py
@@ -0,0 +1,10 @@
+# -*- coding: utf-8 -*-
+# Copyright (c) 2012-2013 Raphaël Barrois
+# This code is distributed under the two-clause BSD License.
+
+
+__author__ = "Raphaël Barrois <raphael.barrois+semver@polytechnique.org>"
+__version__ = '2.2.1'
+
+
+from .base import compare, match, validate, Spec, SpecItem, Version