We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b708f commit 546a110Copy full SHA for 546a110
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "website-build-tools"
3
-version = "0.1.10"
+version = "0.1.11"
4
description = "tools for building websites, used by defelement.org and quadraturerules.org"
5
readme = "README.md"
6
requires-python = ">=3.8.0"
webtools/__init__.py
@@ -1,3 +1,3 @@
"""Website building tools."""
-__version__ = "0.1.10"
+__version__ = "0.1.11"
0 commit comments