Add top level "aces_ocio" python package and preliminary unit tests.
[OpenColorIO-Configs.git] / aces_1.0.0 / python / aces_ocio / __init__.py
diff --git a/aces_1.0.0/python/aces_ocio/__init__.py b/aces_1.0.0/python/aces_ocio/__init__.py
new file mode 100644 (file)
index 0000000..69df810
--- /dev/null
@@ -0,0 +1,9 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
+__major_version__ = '1'
+__minor_version__ = '0'
+__change_version__ = '0'
+__version__ = '.'.join((__major_version__,
+                        __minor_version__,
+                        __change_version__))
\ No newline at end of file