Skip to content

Commit

Permalink
fix: change docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Dec 28, 2023
1 parent 26c2035 commit 103f5d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion quackosm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from quackosm.functions import convert_pbf_to_gpq, get_features_gdf
from quackosm.pbf_file_reader import PbfFileReader

__version__ = "0.1.0"
__version__ = "0.0.1"

__all__ = [
"PbfFileReader",
Expand Down
1 change: 1 addition & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Tests for QuackOSM module."""

0 comments on commit 103f5d5

Please sign in to comment.