From d8b37231acf303520121e7c4d7832c3b1b9ba2ab Mon Sep 17 00:00:00 2001 From: Sami Turcotte Date: Tue, 21 Apr 2015 05:19:19 -0400 Subject: [PATCH] Version bump --- mdx_oembed/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,