Skip to content

Commit 877b806

Browse files
authored
Merge pull request #27 from jposada202020/adding_version_info
adding version information
2 parents ecfbf76 + 2e6121b commit 877b806

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)