From ad85ccc0e53d3ccf3a5c55c5c1a180e908badb1e Mon Sep 17 00:00:00 2001 From: Sofus Rose Date: Wed, 25 Jan 2017 23:27:07 -0500 Subject: [PATCH] Added real link to docs --- README.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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',