Skip to content

Commit 534f12d

Browse files
fix: add missing newline at end of _version.py file
Resolved flake8 W292 warning by ensuring the file ends with a newline character.
1 parent c563d04 commit 534f12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geocodio/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information for geocodio package."""
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)