From 41f1810450cf146fb595c653aec0899bdd012923 Mon Sep 17 00:00:00 2001 From: Gregor Lenz Date: Fri, 14 Jul 2023 01:41:50 +0200 Subject: [PATCH] bump version to 0.0.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7759684..cbdabed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools"] [project] name = "nirtorch" -version = "0.0.2" +version = "0.0.3" description = "Neuromorphic Intermediate Representation" authors = [ { name = "Steven Abreu", email = "s.abreu@rug.nl" },