From 283c9d5817cc7dcf8c9e52f83aa76a4c1f9f22a0 Mon Sep 17 00:00:00 2001 From: Finn Lidbetter Date: Tue, 11 Jun 2024 19:56:43 -0400 Subject: [PATCH] Bump version to 0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7f8b02..33a8721 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "crifx" -version = "0.1.0" +version = "0.1.1" description = "icpc-style Contest pReparation Insights tool For anyone (X)." requires-python = ">=3.11" license = {file = "LICENSE"}