Skip to content
This repository was archived by the owner on Nov 22, 2019. It is now read-only.

Commit 9ff6e84

Browse files
author
mfe
committed
Peanut: update versions
1 parent 6aa6d12 commit 9ff6e84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lutLab/curve_to_lut.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.. moduleauthor:: `Marie FETIVEAU <github.com/mfe>`_
55
66
"""
7-
__version__ = "0.1"
7+
__version__ = "0.2"
88
from utils.colorspaces import COLORSPACES
99
from utils.private_colorspaces import PRIVATE_COLORSPACES
1010
import argparse

utils/lut_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.. moduleauthor:: `Marie FETIVEAU <github.com/mfe>`_
44
55
"""
6-
__version__ = "0.2"
6+
__version__ = "0.3"
77
import os
88

99

0 commit comments

Comments
 (0)