From e3d760781f5523f9696cab9b47ea513590eec077 Mon Sep 17 00:00:00 2001 From: Alexandre Marcireau Date: Mon, 6 Nov 2023 15:10:50 +1100 Subject: [PATCH] Fix version mismatch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dad59c6..c2b73e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [ {name = "International Centre for Neuromorphic Systems"}, {name = "Alexandre Marcireau"}, ] -version = "0.9.0" +version = "2.0.3" requires-python = ">=3.8" dependencies = ["numpy>=1.24"]