mirror of
https://github.com/Hopiu/python-markdown-oembed.git
synced 2026-03-16 22:10:24 +00:00
Version bump
This commit is contained in:
parent
c3a4466eca
commit
4a7f2a4d46
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -15,7 +15,7 @@ except Exception:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='python-markdown-oembed',
|
name='python-markdown-oembed',
|
||||||
version='0.1.4',
|
version='0.1.5',
|
||||||
description="Markdown extension to allow media embedding using the oEmbed "
|
description="Markdown extension to allow media embedding using the oEmbed "
|
||||||
"standard.",
|
"standard.",
|
||||||
long_description=LONG_DESCRIPTION,
|
long_description=LONG_DESCRIPTION,
|
||||||
|
|
@ -36,7 +36,7 @@ setup(
|
||||||
],
|
],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"python-oembed >= 0.2.1",
|
"python-oembed >= 0.2.1",
|
||||||
"Markdown >= 2.2.0",
|
"Markdown >= 2.6.0",
|
||||||
],
|
],
|
||||||
|
|
||||||
test_suite='nose.collector',
|
test_suite='nose.collector',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue