From f7fce219b2b2978d210d9b5ffb5a8168967bf511 Mon Sep 17 00:00:00 2001 From: Marcus G K Williams Date: Mon, 15 Nov 2021 10:02:25 -0800 Subject: [PATCH] Update version to 0.1.1 (#13) --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 2ea7ca1d..7313240d 100644 --- a/build.py +++ b/build.py @@ -13,7 +13,7 @@ name = "lava-optimization" default_task = ["analyze", "publish"] -version = "0.1.0" +version = "0.1.1" summary = "A library of solvers that leverage neuromorphic hardware for constrained optimization. Lava-Optimization is part of Lava Framework " url = "https://lava-nc.org" license = ["BSD-3-Clause"]