Skip to content

Commit 0b8baf3

Browse files
author
Daniel B
authored
Merge pull request #34 from osmlab/dev
Dev -> master
2 parents 6cc6814 + b6f0034 commit 0b8baf3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

maproulette/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
from .api.task import Task
1313
from .api.user import User
1414

15-
__version__ = '0.1.0rc2'
15+
__version__ = '0.1.0rc3'

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def get_version(rel_path):
2727
version=version,
2828
description="A Python API wrapper for MapRoulette",
2929
license="Apache License 2.0",
30+
long_description_content_type='text/markdown',
3031
long_description=long_description,
3132
url="https://github.com/osmlab/maproulette-python-client",
3233
packages=find_packages(exclude=["tests", "examples"]),

0 commit comments

Comments
 (0)