From fee43a24704139b9fa6bb5595a0244c482905eb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Karlo=20Do=C5=A1ilovi=C4=87?= Date: Wed, 27 Nov 2024 17:34:31 +0100 Subject: [PATCH] Update version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 250b60a..fc14c1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "judge0" -version = "0.0.1-rc2" +version = "0.0.1-rc3" description = "The official Python library for Judge0." readme = "README.md" requires-python = ">=3.9"