Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit 7660f3e

Browse files
committed
bumping to 0.0.2
1 parent e471d3b commit 7660f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overpass/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""Thin wrapper around the OpenStreetMap Overpass API."""
44

55
__title__ = 'overpass'
6-
__version__ = '0.0.1'
6+
__version__ = '0.0.2'
77
__license__ = 'Apache 2.0'
88

99
from .api import API

0 commit comments

Comments
 (0)