From 26fc972f6b4c83ed8e0a7bf702da7523b4bf1b9e Mon Sep 17 00:00:00 2001 From: hrz6976 Date: Thu, 12 Dec 2024 17:26:02 -0500 Subject: [PATCH] chore: bump to v0.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d0b3230..e60ce72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-woc" -version = "0.2.1" +version = "0.2.2" description = "Python interface for World of Code" authors = ["Runzhi He ", "Marat "] license = "GPL-3.0"