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
e2e29489d7
commit
d8b37231ac
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
from mdx_oembed.extension import OEmbedExtension
|
||||
|
||||
|
||||
VERSION = '0.1.8'
|
||||
VERSION = '0.1.9'
|
||||
|
||||
|
||||
def makeExtension(**kwargs):
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -15,7 +15,7 @@ except Exception:
|
|||
|
||||
setup(
|
||||
name='python-markdown-oembed',
|
||||
version='0.1.8',
|
||||
version='0.1.9',
|
||||
description="Markdown extension to allow media embedding using the oEmbed "
|
||||
"standard.",
|
||||
long_description=LONG_DESCRIPTION,
|
||||
|
|
|
|||
Loading…
Reference in a new issue