Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzil committed Apr 2, 2015
1 parent c3a4466 commit 4a7f2a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -15,7 +15,7 @@

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,
Expand All @@ -36,7 +36,7 @@
],
install_requires=[
"python-oembed >= 0.2.1",
"Markdown >= 2.2.0",
"Markdown >= 2.6.0",
],

test_suite='nose.collector',
Expand Down

0 comments on commit 4a7f2a4

Please sign in to comment.