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

Commit 90e3913

Browse files
committed
bumping version to 0.1.0, ready for pypi
1 parent 7660f3e commit 90e3913

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.2'
6+
__version__ = '0.1.0'
77
__license__ = 'Apache 2.0'
88

99
from .api import API

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name='overpass',
55
packages=['overpass'],
6-
version='0.0.1',
6+
version='0.1.0',
77
description='Python wrapper for the OpenStreetMap Overpass API',
88
author='Martijn van Exel',
99
author_email='m@rtijn.org',

0 commit comments

Comments
 (0)