From 1f0421fef94dd5e8eb68142ee561e7c7102e4b47 Mon Sep 17 00:00:00 2001 From: John Major Date: Sun, 20 Jun 2021 01:04:24 +0000 Subject: [PATCH] v0.0.5 --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 26917a3..91486c1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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. diff --git a/setup.py b/setup.py index 2af5668..15d2a29 100644 --- a/setup.py +++ b/setup.py @@ -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.",