From e16b9b63eb79f80c62fee08913d9aa9b2030670c Mon Sep 17 00:00:00 2001 From: Borja Toron-Antons Date: Tue, 26 May 2026 21:13:00 -0400 Subject: [PATCH] Bump version from 2.26.0 to 2.26.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 232de5f..bef41a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ofsc" -version = "2.26.0" +version = "2.26.1" description = "Python wrapper for Oracle Field Service API" authors = [{ name = "Borja Toron", email = "borja.toron@gmail.com" }] requires-python = ">=3.13"