From 82a044a6cc55d78c4ed80c3ec61aea84dba6c282 Mon Sep 17 00:00:00 2001 From: Marcus G K Williams <168222+mgkwill@users.noreply.github.com> Date: Sat, 22 Apr 2023 00:16:39 -0700 Subject: [PATCH] Amend release version to 0.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 411ec9367..8577703ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ packages = [ {include = "tests"} ] include = ["tutorials"] -version = "0.6.1" +version = "0.7.0" description = "A Software Framework for Neuromorphic Computing" homepage = "https://lava-nc.org/" repository = "https://github.com/lava-nc/lava"