From 4b7f4cd54d531c2f2937cd356d7dda786213bbf4 Mon Sep 17 00:00:00 2001 From: Brian Ruf Date: Sun, 8 Mar 2026 13:00:56 -0400 Subject: [PATCH] revised version in preparation for publishing --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14d140b..dcf8b4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ruf-common" -version = "1.0.4" +version = "1.1.0" description = "Functions common to several of Brian's Python projects." requires-python = ">=3.9" license = "MIT"