From 79581069e05428ab873b2f9426138bc378a97000 Mon Sep 17 00:00:00 2001 From: PhilippPlank <32519998+PhilippPlank@users.noreply.github.com> Date: Thu, 15 Dec 2022 00:20:03 +0100 Subject: [PATCH] release v6.0.0 (#538) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 055482a3d..ea0f5bd6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [ {include = "tests"} ] include = ["tutorials"] -version = "0.5.1" +version = "0.6.0" description = "A Software Framework for Neuromorphic Computing" homepage = "https://lava-nc.org/" repository = "https://github.com/lava-nc/lava"