Skip to content

Commit 7a9e0c8

Browse files
authored
Merge pull request #9 from tekktrik/tekktrik-patch-1
Unbotch `__version__`
2 parents 5f778d8 + f9a5b2d commit 7a9e0c8

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)