python-branca/add-version.patch

11 lines
368 B
Diff
Raw Permalink Normal View History

2022-11-11 09:49:15 +08:00
--- c/setup.py 2022-11-14 10:45:55.288498490 +0800
+++ a/setup.py 2022-11-14 10:46:57.776503074 +0800
@@ -45,6 +45,7 @@ install_requires = [t.strip() for t in t
setup(
name="branca",
+ version="0.6.0",
description="Generate complex HTML+JS pages with Python",
long_description=long_description,
long_description_content_type="text/markdown",