From 1d73eef722533cf33d5f4f3acc15c01ad534e61d Mon Sep 17 00:00:00 2001 From: Nathan TeBlunthuis Date: Fri, 4 Jul 2025 21:38:35 -0700 Subject: [PATCH] update version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52c290b..81cfb0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pywikidiff2" -version = "0.1.0" +version = "0.1.1" description = "Python module providing interface to wikidiff2 for SOTA wikitext diffs." readme = "README.md" requires-python = ">=3.9"