diff --git a/README.md b/README.md index c05fb31..1cc965b 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ tools themselves as well - composing matrices, resizing LUTs, defining new gamma In many ways, OCIO is a system stringing basic operations together. I'd be perfectly plausible to write an OCIO alternative with openlut in the backend. +Documentation +----- +Docs can be found at https://sofusrose.com/openlut. They're a work in progress for now (ColMap is 100% documented). Installation ----- diff --git a/setup.py b/setup.py index 20ec465..472dff2 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ olOpt = Extension( 'openlut.lib.olOpt', ) setup( name = 'openlut', - version = '0.2.0', + version = '0.2.1', description = 'OpenLUT is a practical color management library.', author = 'Sofus Rose', author_email = 'sofus@sofusrose.com',