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
3adab335ec
commit
7f12354970
2 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
from mdx_oembed.extension import OEmbedExtension
|
||||
|
||||
|
||||
VERSION = '0.1.5'
|
||||
VERSION = '0.1.6'
|
||||
|
||||
|
||||
def makeExtension(**kwargs):
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -15,7 +15,7 @@ except Exception:
|
|||
|
||||
setup(
|
||||
name='python-markdown-oembed',
|
||||
version='0.1.5',
|
||||
version='0.1.6',
|
||||
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.6.0",
|
||||
"Markdown >= 2.6.1",
|
||||
],
|
||||
|
||||
test_suite='nose.collector',
|
||||
|
|
|
|||
Loading…
Reference in a new issue