Skip to content

Commit 01e80e0

Browse files
committed
Update version string in module
1 parent 8f0fd66 commit 01e80e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

circuitpython_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
3030
"""
3131

32-
__version__ = "0.0.0-auto.0"
32+
__version__ = "0.0.0+auto.0"
3333
__repo__ = "https://github.com/tekktrik/CircuitPython_CSV.git"
3434

3535
import re

0 commit comments

Comments
 (0)