From 918914dfea2970beaefe2bb94a0d43ae23eab840 Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 7 Nov 2025 18:52:33 +0100 Subject: [PATCH] maintenance: bump version to 0.19.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc127f9..e1961a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "rp" -version = "1.17.0" +version = "1.18.0" description = "R python edition. The ultimate autonomous AI CLI." readme = "README.md" requires-python = ">=3.10"