version bump

This commit is contained in:
Sami Turcotte 2015-04-04 03:34:33 -04:00
parent f3f09aae98
commit 0e3aaac58c
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
from mdx_oembed.extension import OEmbedExtension
VERSION = '0.1.6'
VERSION = '0.1.7'
def makeExtension(**kwargs):

View file

@ -15,7 +15,7 @@ except Exception:
setup(
name='python-markdown-oembed',
version='0.1.6',
version='0.1.7',
description="Markdown extension to allow media embedding using the oEmbed "
"standard.",
long_description=LONG_DESCRIPTION,