Skip to content

Commit 2e6121b

Browse files
committed
adding version information
1 parent ecfbf76 commit 2e6121b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

colorsys.py

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
except ImportError:
2828
pass
2929

30+
31+
__version__ = "0.0.0+auto.0"
32+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Colorsys.git"
3033
__all__ = ["hls_to_rgb", "hsv_to_rgb"]
3134

3235
# Some floating point constants

0 commit comments

Comments
 (0)