From 156b426dff90dc916bbf654b5849cabd710b91b0 Mon Sep 17 00:00:00 2001 From: Kartik Pradeepan Date: Mon, 16 Dec 2024 12:14:08 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 676ad57..9378400 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "brainscore-brainio" -version = "1.0.0" +version = "1.1.0" description = "Data management for quantitative comparison of brains and brain-inspired systems" readme = "README.md" requires-python = ">=3.11"