Skip to content

Commit a314f4b

Browse files
Merge pull request #1 from tekktrik/master
Fix version string
2 parents 4d9b4e6 + 984100f commit a314f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cedargrove_rangeslicer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
https://github.com/adafruit/circuitpython/releases
1919
"""
2020

21-
__version__ = "0.0.0-auto.0"
21+
__version__ = "0.0.0+auto.0"
2222
__repo__ = "https://github.com/CedarGroveStudios/Range_Slicer.git"
2323

2424

0 commit comments

Comments
 (0)