Skip to content

Commit 4401c36

Browse files
authored
Merge pull request #6 from jposada202020/adding_version_info
adding version information
2 parents 10b3c85 + c6ded45 commit 4401c36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

adafruit_neopxl8.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
import adafruit_pixelbuf
2020
import rp2pio
2121

22+
__version__ = "0.0.0+auto.0"
23+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_NeoPxl8.git"
24+
25+
2226
_PROGRAM = """
2327
.program piopixl8
2428
top:

0 commit comments

Comments
 (0)