From 350d90b6b9503204b33a2cd8306b385e97a02f98 Mon Sep 17 00:00:00 2001 From: Sami Turcotte Date: Mon, 20 Apr 2015 00:44:21 -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 b7494c5..7172523 100644 --- a/mdx_oembed/__init__.py +++ b/mdx_oembed/__init__.py @@ -2,7 +2,7 @@ from mdx_oembed.extension import OEmbedExtension -VERSION = '0.1.7' +VERSION = '0.1.8' def makeExtension(**kwargs): diff --git a/setup.py b/setup.py index 062969b..228e029 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ except Exception: setup( name='python-markdown-oembed', - version='0.1.7', + version='0.1.8', description="Markdown extension to allow media embedding using the oEmbed " "standard.", long_description=LONG_DESCRIPTION,