python-branca/add-version.patch
2022-11-14 10:54:44 +08:00

11 lines
368 B
Diff

--- 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",