From 0855ba4f8c3fcc6709fbac376d63c1bc527c5291 Mon Sep 17 00:00:00 2001 From: Prasad Chalasani Date: Sat, 14 Dec 2024 14:27:16 -0500 Subject: [PATCH] Bump version to 0.1.20 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 975c5f1..5a0e2f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "langroid-examples" -version = "0.1.19" +version = "0.1.20" description = "Add your description here" readme = "README.md" requires-python = ">=3.11"