From f9909321eca97c8d0b5b62eba3704f0e4fc315d4 Mon Sep 17 00:00:00 2001 From: Myst <1592048+LeMyst@users.noreply.github.com> Date: Sat, 14 Mar 2026 15:57:02 +0100 Subject: [PATCH] Bump version to 0.12.16.dev0 Update pyproject.toml version from 0.12.15 to 0.12.16.dev0 to indicate the new development iteration. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a85ae01..b487cbb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "WikibaseIntegrator" -version = "0.12.15" +version = "0.12.16.dev0" description = "Python package for reading from and writing to a Wikibase instance" authors = [ "Myst",