Skip to content

Commit

Permalink
bumping version to 0.1.0, ready for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
mvexel committed Dec 4, 2014
1 parent 7660f3e commit 90e3913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion overpass/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""Thin wrapper around the OpenStreetMap Overpass API."""

__title__ = 'overpass'
__version__ = '0.0.2'
__version__ = '0.1.0'
__license__ = 'Apache 2.0'

from .api import API
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name='overpass',
packages=['overpass'],
version='0.0.1',
version='0.1.0',
description='Python wrapper for the OpenStreetMap Overpass API',
author='Martijn van Exel',
author_email='m@rtijn.org',
Expand Down

0 comments on commit 90e3913

Please sign in to comment.