From 0e3aaac58c550a7e3397592f820a374272f3b9e6 Mon Sep 17 00:00:00 2001 From: Sami Turcotte Date: Sat, 4 Apr 2015 03:34:33 -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 33ae4dc..b7494c5 100644 --- a/mdx_oembed/__init__.py +++ b/mdx_oembed/__init__.py @@ -2,7 +2,7 @@ from mdx_oembed.extension import OEmbedExtension -VERSION = '0.1.6' +VERSION = '0.1.7' def makeExtension(**kwargs): diff --git a/setup.py b/setup.py index 875f102..062969b 100644 --- a/setup.py +++ b/setup.py @@ -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,