summaryrefslogtreecommitdiff
path: root/textproc/py-pymdown-extensions/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-pymdown-extensions/files/patch-setup.py')
-rw-r--r--textproc/py-pymdown-extensions/files/patch-setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-pymdown-extensions/files/patch-setup.py b/textproc/py-pymdown-extensions/files/patch-setup.py
index 20eabc148567..e9091bddbf99 100644
--- a/textproc/py-pymdown-extensions/files/patch-setup.py
+++ b/textproc/py-pymdown-extensions/files/patch-setup.py
@@ -13,7 +13,7 @@ to setup.py and then run "hatchling build".
+
+setup(
+ name='pymdown-extensions',
-+ version='9.4',
++ version='%%DISTVERSION%%',
+ description='Extension pack for Python Markdown.',
+ long_description='',
+ author_email='Isaac Muse <Isaac.Muse@gmail.com>',