From 27ef12b9caf84a9456c0c4abee518ab8715dffb1 Mon Sep 17 00:00:00 2001 From: jegp Date: Sun, 9 Jul 2023 01:57:26 +0200 Subject: [PATCH] Bumped version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 96fecd1..869d5bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools"] [project] name = "nir" -version = "0.0.4" +version = "0.0.5" description = "Neuromorphic Intermediate Representation" authors = [ { name = "Steven Abreu", email = "s.abreu@rug.nl" },