Skip to content

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

Diff for: overpass/__init__.py

+1-1
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

Diff for: setup.py

+1-1
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='[email protected]',

0 commit comments

Comments
 (0)