From 5f3b844d08d3f1d3b48bc45fe9af0f85a30ad085 Mon Sep 17 00:00:00 2001 From: hrz6976 Date: Fri, 20 Dec 2024 17:01:57 -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 6ae977e..c6c1a0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-woc" -version = "0.2.3" +version = "0.2.3.post1" description = "Python interface for World of Code" authors = ["Runzhi He ", "Marat "] license = "GPL-3.0"