diff --git a/mdx_oembed/__init__.py b/mdx_oembed/__init__.py index 7172523..32a9d2a 100644 --- a/mdx_oembed/__init__.py +++ b/mdx_oembed/__init__.py @@ -2,7 +2,7 @@ from mdx_oembed.extension import OEmbedExtension -VERSION = '0.1.8' +VERSION = '0.1.9' def makeExtension(**kwargs): diff --git a/setup.py b/setup.py index 228e029..67d31e4 100644 --- a/setup.py +++ b/setup.py @@ -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,