Skip to content

Commit f9a5b2d

Browse files
authored
Unbotch __version__
That didn't look intentional... whoops!
1 parent 5f778d8 commit f9a5b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circuitpython_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
"""
2727

28-
# imports__version__ = "0.0.0-auto.0"
28+
__version__ = "0.0.0-auto.0"
2929
__repo__ = "https://github.com/tekktrik/Circuitpython_CircuitPython_CSV.git"
3030

3131
import re

0 commit comments

Comments
 (0)