diff --git a/setup.py b/setup.py index 6c19af5..92a474b 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ except Exception: setup( name='python-markdown-oembed', - version='0.1.4', + version='0.1.5', description="Markdown extension to allow media embedding using the oEmbed " "standard.", long_description=LONG_DESCRIPTION, @@ -36,7 +36,7 @@ setup( ], install_requires=[ "python-oembed >= 0.2.1", - "Markdown >= 2.2.0", + "Markdown >= 2.6.0", ], test_suite='nose.collector',