diff --git a/colorsys.py b/colorsys.py index 0cdeea3..9e10135 100644 --- a/colorsys.py +++ b/colorsys.py @@ -27,6 +27,9 @@ except ImportError: pass + +__version__ = "0.0.0+auto.0" +__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Colorsys.git" __all__ = ["hls_to_rgb", "hsv_to_rgb"] # Some floating point constants