From b5d8d755ef6a28e91e07ad3183f1219c1d2f3bee Mon Sep 17 00:00:00 2001 From: luc Date: Mon, 21 Oct 2024 18:11:43 -0400 Subject: [PATCH] fix: bump version to 0.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98c362e..5c59684 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "topos" -version = "0.2.1" +version = "0.2.2" description = "The official Python client for Topos." authors = ["Dialogues "] license = "MIT"