Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
John Major committed Jun 20, 2021
1 parent cac2f40 commit 1f0421f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = rgbw_colorspace_converter
version = 0.0.4
version = 0.0.5
author = John Major
author_email = iamh2o@gmail.com
description = Generate RGBW values for RGB, HSV, HSL, HEX, HSI values, and move between them all.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="rgbw_colorspace_converter",
version="0.0.4",
version="0.0.5",
author="John Major",
author_email="iamh2o@gmail.com",
description="Convert between RGB / HSV / HSL / HSI / HEX Color Spaces. And, emit the RGBW code for each.",
Expand Down

0 comments on commit 1f0421f

Please sign in to comment.