From f8bc7d1dae67ded4fce5223881b8c30a1ae85c70 Mon Sep 17 00:00:00 2001 From: Thomas Owen Date: Fri, 19 Jun 2026 12:37:14 +0100 Subject: [PATCH] chore(release): Bump pyproject.toml tag to 0.1.15 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1eb0ab..ddd376b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sic-classification-utils" -version = "0.1.14" +version = "0.1.15" description = "Utility functions used for SIC classification" readme = "README.md" requires-python = ">=3.12,<4.0"