Skip to content

Commit 546a110

Browse files
committed
version++
1 parent 65b708f commit 546a110

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "website-build-tools"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
description = "tools for building websites, used by defelement.org and quadraturerules.org"
55
readme = "README.md"
66
requires-python = ">=3.8.0"

webtools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Website building tools."""
22

3-
__version__ = "0.1.10"
3+
__version__ = "0.1.11"

0 commit comments

Comments
 (0)