Skip to content

Commit 2d2e3cf

Browse files
committed
Add version variable
1 parent fc7ca7e commit 2d2e3cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

convcolors/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import math
22

33

4+
__version__ = "1.0.0"
5+
46
def rgb_to_xyz(rgb):
57
"""
68
Convert tuple from the sRGB color space to the CIE XYZ color space.

0 commit comments

Comments
 (0)