Skip to content

Commit f8438c9

Browse files
committed
Version 2.0.0
1 parent 2d2e3cf commit f8438c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

convcolors/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import math
22

33

4-
__version__ = "1.0.0"
4+
__version__ = "2.0.0"
55

66
def rgb_to_xyz(rgb):
77
"""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="convcolors",
5-
version="1.0.0",
5+
version="2.0.0",
66
description="Convert colors between different color spaces.",
77
long_description=open("README.rst").read(),
88
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)