Skip to content

Commit

Permalink
adding examples and tests dirs to distribution, bumping to 0.6.1, fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mvexel committed Aug 30, 2018
1 parent 1c978d5 commit 97ca504
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include LICENSE.txt
recursive-include tests *
include tests/*
include examples/*
2 changes: 1 addition & 1 deletion overpass/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""Thin wrapper around the OpenStreetMap Overpass API."""

__title__ = "overpass"
__version__ = "0.6.0"
__version__ = "0.6.1"
__license__ = "Apache 2.0"

from .api import API
Expand Down
4 changes: 3 additions & 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.6.0",
version="0.6.1",
description="Python wrapper for the OpenStreetMap Overpass API",
long_description="See README.md",
author="Martijn van Exel",
Expand All @@ -17,6 +17,8 @@
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Scientific/Engineering :: GIS",
"Topic :: Utilities",
],
Expand Down

0 comments on commit 97ca504

Please sign in to comment.