From 833abd24082b66a5984bafc618e45f0e5028f53c Mon Sep 17 00:00:00 2001 From: 12f23eddde <12f23eddde@gmail.com> Date: Thu, 27 Jun 2024 16:35:18 +0800 Subject: [PATCH] chore: bump to v0.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b401ca..bd6024a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-woc" -version = "0.1.1" +version = "0.1.2" description = "Python interface for World of Code" authors = ["Runzhi He ", "Marat "] license = "GPL-3.0"