Version bump

This commit is contained in:
Sami Turcotte 2015-04-21 05:19:19 -04:00
parent e2e29489d7
commit d8b37231ac
2 changed files with 2 additions and 2 deletions

View file

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

View file

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