From 663cbad352e50c8173de8307f84da03dcb809345 Mon Sep 17 00:00:00 2001 From: sttarsky <152534446+sttarsky@users.noreply.github.com> Date: Wed, 15 Jul 2026 16:01:21 +0300 Subject: [PATCH] Bump version from 0.1.1 to 0.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c497e2d..a1dfe88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "oxipy" -version = "0.1.1" +version = "0.1.2" description = "Python client for Oxidized API with TTP-based config parsing" readme = "README.md" license = "Apache-2.0"