From 4e932f3bed1ab24a9bf4d7ec8b0cfdcbb4d9e66a Mon Sep 17 00:00:00 2001 From: hrz6976 Date: Fri, 20 Dec 2024 16:30:18 -0500 Subject: [PATCH] chore: bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e7fa2d..322bc7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-woc" -version = "0.2.2" +version = "0.2.3" description = "Python interface for World of Code" authors = ["Runzhi He ", "Marat "] license = "GPL-3.0"