Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mvexel committed Feb 22, 2016
1 parent 17778a2 commit 5e6d7b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -3,12 +3,12 @@
setup(
name='maproulette',
packages=['maproulette'], # this must be the same as the name above
version='0.2.7',
version='0.2.8',
description='A wrapper for the MapRoulette API',
author='Martijn van Exel',
author_email='m@rtijn.org',
url='https://github.com/mvexel/maproulette-api-wrapper',
download_url='https://github.com/mvexel/maproulette-api-wrapper/archive/0.2.7.tar.gz',
download_url='https://github.com/mvexel/maproulette-api-wrapper/archive/0.2.8.tar.gz',
keywords=['maproulette'],
classifiers=[],
install_requires=['requests']
Expand Down

0 comments on commit 5e6d7b7

Please sign in to comment.